summary refs log tree commit diff
path: root/data/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'data/style.css')
-rw-r--r--data/style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css
new file mode 100644
index 0000000..03dc022
--- /dev/null
+++ b/data/style.css
@@ -0,0 +1,23 @@
+.cue-view {
+    font-size: 24px;
+    background: shade(@theme_bg_color, 0.95);
+    padding: 12px;
+    border-radius: 12px;
+}
+
+.cue-view:disabled {
+  opacity: 0;
+}
+
+.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);
+}