diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/33c3/main.less | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/conferences/33c3/main.less b/configs/conferences/33c3/main.less index 2fd7f65..cfb2426 100644 --- a/configs/conferences/33c3/main.less +++ b/configs/conferences/33c3/main.less @@ -318,3 +318,20 @@ nav .button-wrapper > .btn { float: left; } + +footer { + position: static; + color: @dark-grey; + + margin-top: 64px; + + + a { + color: @lighter-grey; + + &:hover { + color: @lighter-grey; + text-decoration: underline; + } + } +} |