From 338babaad2189f7ff1ee088994c8c20a0646ff4d Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Wed, 1 Oct 2025 00:20:10 +0200 Subject: init --- resources/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 resources/style.css (limited to 'resources/style.css') 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); +} -- cgit 1.4.1