aboutsummaryrefslogtreecommitdiff
path: root/wofi/style.css
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2024-09-11 23:08:39 +0200
committerbozo.kopic <bozo@kopic.xyz>2024-09-11 23:08:39 +0200
commit6d25df5263c6cf23b7b9981cab3d02e807398b2f (patch)
tree126d52efb532c8613085828b79b90692ce6d596d /wofi/style.css
parent7508148d20597da983a52f57da9d37fa1d54cac7 (diff)
.
Diffstat (limited to 'wofi/style.css')
-rw-r--r--wofi/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/wofi/style.css b/wofi/style.css
new file mode 100644
index 0000000..2747793
--- /dev/null
+++ b/wofi/style.css
@@ -0,0 +1,15 @@
+window {
+ background: rgba(50, 50, 50, 0.9);
+}
+
+#img {
+ margin: 0 0.5rem;
+}
+
+#entry > .entry {
+ margin-left: 1rem;
+}
+
+#entry > expander > .entry {
+ margin-left: 0rem;
+}