summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2025-12-05 15:35:38 +0100
committerMalte Voos <git@mal.tc>2025-12-05 15:43:58 +0100
commitc347b6133365dcf1b7da4e77890b20d04d6cfba4 (patch)
treec83aac6f7d1e6edc57e607f01e5d3eeee8da4a0e /resources
parent652b1c2a0ce7db4885ebc51f7f09133a43401442 (diff)
downloadlleap-main.tar.gz
lleap-main.zip
implement machine translation; various fixes and refactorings HEAD main
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);
-}