summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGaute Hope <eg@gaute.vetsj.com>2016-07-18 19:09:40 +0200
committerGaute Hope <eg@gaute.vetsj.com>2016-07-20 20:26:14 +0200
commitf9ae7e52ef0b9a440eeae68292642eeb4b387d00 (patch)
tree0a547f2d3c11781738ad52d6c15ea93c67e62221 /ui
parent19fe39574bd089973ad9c7bcd3a0e1e50ac9d8f4 (diff)
tv: less green crypto color
Diffstat (limited to 'ui')
-rw-r--r--ui/thread-view.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/thread-view.scss b/ui/thread-view.scss
index a63fa8f..2ef10d9 100644
--- a/ui/thread-view.scss
+++ b/ui/thread-view.scss
@@ -55,7 +55,7 @@
}
@if not(global-variable-exists(encrypted)) {
- $encrypted: #4cbf4c !global;
+ $encrypted: #99cc66 !global;
}
@if not(global-variable-exists(signed)) {