diff options
author | thomic | 2016-09-01 22:35:59 +0200 |
---|---|---|
committer | thomic | 2016-09-01 22:35:59 +0200 |
commit | 8a4e58b8abb44ed1b77dbda0406f85f8c719339e (patch) | |
tree | d55ef2a86baaa4a7894a5781a5995c6415d053d7 | |
parent | f121955354bbd908d2da13fc0cb8e81b2dbcff1f (diff) |
fixed css
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/mrmcd16/main.less | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/configs/conferences/mrmcd16/main.less b/configs/conferences/mrmcd16/main.less index 3206725..4e9ace2 100644 --- a/configs/conferences/mrmcd16/main.less +++ b/configs/conferences/mrmcd16/main.less @@ -2,7 +2,25 @@ // conference specific styles here -@brand-primary: #fff; +@darker-grey: lighten(black, 15%); +@dark-grey: lighten(black, 20%); +@light-grey: lighten(black, 30%); +@lighter-grey: lighten(black, 40%); + +// often configured values (and their defaults): + +@brand-primary: #aaa; +@text-color: white; + +@link-color: white; +@link-hover-color: @lighter-grey; + +@navbar-default-color: white; +@navbar-default-bg: #000; + +@navbar-default-border: white; + +@navbar-default-link-color: white; body { background-color: black; @@ -10,7 +28,7 @@ body { img.MRMCD16 { - width: 400px; + width: 500px; position: absolute; bottom: 30px; left: 10px; |