summary refs log tree commit diff
path: root/resources/style.css
diff options
context:
space:
mode:
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);
+}