aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-01 23:28:24 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-01 23:28:24 +0100
commit317d81c65dafae1949588cb4a9412d9bdc483a7c (patch)
tree972523a30f184d4fff8708c9b31948a2422a6826 /style.css
parent96c6f2154007649c32fa5c29e04bb686df00dfff (diff)
downloadcats-radio-node-317d81c65dafae1949588cb4a9412d9bdc483a7c.tar.gz
cats-radio-node-317d81c65dafae1949588cb4a9412d9bdc483a7c.tar.bz2
cats-radio-node-317d81c65dafae1949588cb4a9412d9bdc483a7c.zip
Improve sidebar
Diffstat (limited to 'style.css')
-rw-r--r--style.css22
1 files changed, 1 insertions, 21 deletions
diff --git a/style.css b/style.css
index bd59995..aefbef1 100644
--- a/style.css
+++ b/style.css
@@ -1,6 +1,7 @@
@tailwind base;
html {
+ @apply bg-white;
font-family: sans-serif;
}
@@ -15,25 +16,4 @@ h2 {
@apply font-bold;
}
-.toplevelbtn {
- @apply border border-2 border-zinc-700 text-gray-800 rounded-md px-3 py-2 text-sm font-medium;
- @apply hover:bg-gray-700 hover:text-white;
-}
-
-.toplevelbtn_active {
- @apply bg-gray-900 text-white;
-}
-
-
-.fieldset {
- @apply rounded-md border border-2 border-zinc-300 m-1 p-1 text-sm font-normal text-zinc-700;
- @apply outline outline-blue-500/10 hover:outline-blue-500/30
-}
-
-.fieldset-legend {
- @apply bg-zinc-100 w-max p-1;
- font-variant: small-caps;
- transform: translatey(-60%);
- margin: 0.1em;
-}