From f8976c6160a014f73d819207e47532c32542eaa4 Mon Sep 17 00:00:00 2001 From: Robin Kara Date: Sun, 22 Dec 2024 16:04:11 +0100 Subject: [PATCH] 38c3: font and bg color for 'alert' containers --- configs/conferences/38c3/main.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/conferences/38c3/main.less b/configs/conferences/38c3/main.less index 4c0c17d2..51b87d25 100644 --- a/configs/conferences/38c3/main.less +++ b/configs/conferences/38c3/main.less @@ -82,12 +82,14 @@ body { font-weight: bold; } -.container { +.container, .alert { border-radius: 4px 4px 4px 4px; border: 1px solid @acc-aubergine; background-color: @super-dark-pink; + color: @acc-periwinkle; } + .container:not(.hls) { :is(ul, ol, p) a { text-decoration: underline; } }