aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/lib.css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css/lib.css')
-rw-r--r--ui/app/css/lib.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css
index 60c56422d..1eba7465b 100644
--- a/ui/app/css/lib.css
+++ b/ui/app/css/lib.css
@@ -5,7 +5,7 @@
}
.color-forest {
- color: #0A5448;
+ color: #0A5448;
}
/* lib */
@@ -107,6 +107,9 @@
user-select: none;
}
+.pointer {
+ cursor: pointer;
+}
.cursor-pointer {
cursor: pointer;
transform-origin: center center;