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/31c3/main.less | |
parent | 58a6e71c844ae16502fd996859b14a6e25b838ee (diff) |
archive some older conferences
Diffstat (limited to 'configs/conferences/31c3/main.less')
-rw-r--r-- | configs/conferences/31c3/main.less | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/configs/conferences/31c3/main.less b/configs/conferences/31c3/main.less deleted file mode 100644 index a60d3b4..0000000 --- a/configs/conferences/31c3/main.less +++ /dev/null @@ -1,21 +0,0 @@ -@import "../../../assets/css/_structure.less"; - -// conference specific styles here - -// often configured values (and their defaults): -// -// @brand-primary: #337ab7; -// @text-color: @gray-dark; -// -// @link-color: @brand-primary; -// @link-hover-color: darken(@link-color, 15%); -// -// @navbar-default-color: #777777; -// @navbar-default-bg: #f8f8f8; -// -// @navbar-default-link-color: #777; -// @navbar-default-link-hover-color: #333; - -body { - background-color: red; -} |