diff options
author | stuebinm | 2021-09-08 12:31:18 +0200 |
---|---|---|
committer | stuebinm | 2021-09-08 12:31:18 +0200 |
commit | c8aa33823bef10bf32d117aa14dfb63eb800e545 (patch) | |
tree | 3eab16e6afd3187c07219bbecf576e970b4e634b /configs/conferences/kontraIAA2021/main.less | |
parent | 3faa8ee523cc4152698451752d8703f21693834f (diff) |
kontraIAA: add schedule, correct stream link
Diffstat (limited to 'configs/conferences/kontraIAA2021/main.less')
-rw-r--r-- | configs/conferences/kontraIAA2021/main.less | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/configs/conferences/kontraIAA2021/main.less b/configs/conferences/kontraIAA2021/main.less index 59f247b..78599c2 100644 --- a/configs/conferences/kontraIAA2021/main.less +++ b/configs/conferences/kontraIAA2021/main.less @@ -13,6 +13,7 @@ @primary: #dede37;
@secondary: #dceeec;
+@tertiary: #8d79b6;
@dark-green: @secondary;
@text: black;
@@ -245,11 +246,11 @@ nav .navbar-brand .icon { }
body .schedule .room.highlight .block {
- background-color: @primary;
+ background-color: @secondary;
}
body .schedule .now .overlay {
- background-color: rgba(52, 36, 59, 0.4);
+ background-color: rgba(100,100,100, 0.2);
}
body .schedule .block h3 {
@@ -257,11 +258,11 @@ body .schedule .block h3 { }
body .schedule .block h4 {
- color: @mainGrey;
+ color: @tertiary;
}
body .schedule .block h5 {
- color: @green;
+ color: black;
}
body .schedule .block.optout,
|