diff options
author | Lukas Schauer | 2021-04-06 19:54:16 +0200 |
---|---|---|
committer | Lukas Schauer | 2021-04-06 19:54:16 +0200 |
commit | d3c805518a0a0349f56288559254f3107cf5e96c (patch) | |
tree | d8fc917c02ba1e4431469fc81c23e726d3ad5015 /configs/conferences/eh16/main.less | |
parent | 58a6e71c844ae16502fd996859b14a6e25b838ee (diff) |
archive some older conferences
Diffstat (limited to 'configs/conferences/eh16/main.less')
-rw-r--r-- | configs/conferences/eh16/main.less | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/configs/conferences/eh16/main.less b/configs/conferences/eh16/main.less deleted file mode 100644 index 1690b42..0000000 --- a/configs/conferences/eh16/main.less +++ /dev/null @@ -1,40 +0,0 @@ -@import "../../../assets/css/_structure.less"; - -// conference specific styles here -@grey: #a7a6a8; -@green: #00ff0d; - -// often configured values (and their defaults): -// -@brand-primary: @green; -@text-color: black; - -@link-color: @green; -@link-hover-color: darken(@green, 20%); - -@navbar-default-color: black; -@navbar-default-bg: @green; - -@navbar-default-link-color: black; -@navbar-default-link-hover-color: lighten(black, 20%); - -@panel-default-border: @grey; - - -.nav-tabs > li > a { - background-color: lighten(@grey, 33%); - color: darken(@green, 20%); -} - -img.bunny { - width: 160px; - position: absolute; - bottom: 40px; - left: 10px; - opacity: 0.4; - z-index: -100; - - &:hover { - opacity: 1; - } -} |