summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/style.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/resources/style.css b/resources/style.css
deleted file mode 100644
index 44106e1..0000000
--- a/resources/style.css
+++ /dev/null
@@ -1,19 +0,0 @@
-.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);
-}