From 1ac878b4aaa19ab889c7a98b7dab6acd57c778b3 Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Sat, 5 Apr 2025 22:00:00 -0400 Subject: finish styling basket and list; add persistent theme via localStorage. -ak --- ufund-ui/src/styles.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ufund-ui/src/styles.css') diff --git a/ufund-ui/src/styles.css b/ufund-ui/src/styles.css index 9fce47d..09e354c 100644 --- a/ufund-ui/src/styles.css +++ b/ufund-ui/src/styles.css @@ -65,7 +65,7 @@ button, input[type=button], input[type=reset], input[type=submit], .button { border-radius: 9999px; border-style: none; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; - background-color: var(--background-color); + background-color: var(--tertiary-color); display: flex; gap: 5px; text-align: center; @@ -91,6 +91,14 @@ button, input[type=button], input[type=reset], input[type=submit], .button { font-family: 'Material Symbols Outlined' } +.sort-scheme { + background-color: var(--background-color); + border-style: solid; + border-color: var(--tertiary-color); + border-radius: 5px; + border-width: 1px; +} + h1 { font-size: 40px; } -- cgit v1.2.3