From d3c805518a0a0349f56288559254f3107cf5e96c Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Tue, 6 Apr 2021 19:54:16 +0200 Subject: archive some older conferences --- configs/archive/minilac16/main.less | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 configs/archive/minilac16/main.less (limited to 'configs/archive/minilac16/main.less') diff --git a/configs/archive/minilac16/main.less b/configs/archive/minilac16/main.less new file mode 100644 index 0000000..5df5802 --- /dev/null +++ b/configs/archive/minilac16/main.less @@ -0,0 +1,18 @@ +@import "../../../assets/css/_structure.less"; + +// conference specific styles here + +@brand-primary: #aaa; + +img.pingu { + width: 160px; + position: absolute; + bottom: 40px; + left: 10px; + opacity: 0.4; + z-index: -100; + + &:hover { + opacity: 1; + } +} -- cgit v1.2.3