summary refs log tree commit diff
path: root/resources/style.css
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2025-10-01 00:20:10 +0200
committerMalte Voos <git@mal.tc>2025-10-01 00:20:10 +0200
commit338babaad2189f7ff1ee088994c8c20a0646ff4d (patch)
tree29fb2620f748d32a42c1d1eb3346771600a8d75b /resources/style.css
downloadlleap-338babaad2189f7ff1ee088994c8c20a0646ff4d.tar.gz
lleap-338babaad2189f7ff1ee088994c8c20a0646ff4d.zip
init
Diffstat (limited to 'resources/style.css')
-rw-r--r--resources/style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/resources/style.css b/resources/style.css
new file mode 100644
index 0000000..44106e1
--- /dev/null
+++ b/resources/style.css
@@ -0,0 +1,19 @@
+.cue-view {
+    font-size: 24px;
+    background: shade(@theme_bg_color, 0.95);
+    padding: 12px;
+    border-radius: 12px;
+}
+
+.cue-view link {
+  color: @theme_fg_color;
+  text-decoration: none;
+}
+
+.cue-view link:hover {
+  background: shade(@theme_bg_color, 0.8);
+}
+
+.cue-view link:active {
+  background: shade(@theme_bg_color, 0.6);
+}