aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-16 22:18:58 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-16 22:18:58 +0100
commitea68256ae1e15fdcb675dac1ec8e3717a84ed36e (patch)
tree4777021bb67bb4926fd980a318443c76323ede85 /style.css
parent81a61c28619ef9f32e79e5698bc4162ca1ceb82d (diff)
downloadcats-radio-node-ea68256ae1e15fdcb675dac1ec8e3717a84ed36e.tar.gz
cats-radio-node-ea68256ae1e15fdcb675dac1ec8e3717a84ed36e.tar.bz2
cats-radio-node-ea68256ae1e15fdcb675dac1ec8e3717a84ed36e.zip
Improve CSS
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css
index 776dddb..d19ac93 100644
--- a/style.css
+++ b/style.css
@@ -34,6 +34,15 @@ input {
@apply m-1;
}
+div.content {
+ @apply py-1 px-2 my-1;
+}
+
+div.section {
+ @apply py-1 my-1;
+ @apply border-t-2 border-sky-300;
+}
+
.btn {
@apply font-bold py-1 px-2 my-1 rounded;
@apply bg-sky-500 hover:bg-sky-600 text-white;