Skip to content

Commit

Permalink
38c3: font and bg color for 'alert' containers
Browse files Browse the repository at this point in the history
  • Loading branch information
robinkaranu committed Dec 22, 2024
1 parent 37127cc commit f8976c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configs/conferences/38c3/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
Expand Down

0 comments on commit f8976c6

Please sign in to comment.