diff options
author | derchris | 2020-04-08 17:36:44 +0200 |
---|---|---|
committer | derchris | 2020-04-08 17:36:44 +0200 |
commit | 2190f917a41da3a3f6726340b29f6bca44584189 (patch) | |
tree | e8c9685cb947a95b610634ac0673217b75ae9061 /configs | |
parent | a796830cde073ff6b4cdc08e229c2bcc1a75932e (diff) |
divoc: darker green color for schedule viewer
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/divoc/main.less | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configs/conferences/divoc/main.less b/configs/conferences/divoc/main.less index 47e81ee..27fe701 100644 --- a/configs/conferences/divoc/main.less +++ b/configs/conferences/divoc/main.less @@ -173,4 +173,9 @@ nav.navbar { nav .navbar-brand .icon {
background-image: url(voctobunny.svg);
-}
\ No newline at end of file +}
+
+body .schedule .room.highlight .block {
+ background-color: #275127;
+}
+
|