Skip to content

Commit

Permalink
38c3: improve font contrast in event overview
Browse files Browse the repository at this point in the history
  • Loading branch information
robinkaranu committed Dec 22, 2024
1 parent f8976c6 commit 016ed30
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions configs/conferences/38c3/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,21 @@ body {
font-family: 'Uncut Sans';
}

.overview .panel-title {
font-weight: bold;
.overview {
.panel-title { font-weight: bold; }
.roomtitle { color: @coral-red; }
.talk span { color: @acc-periwinkle; }
}

.container, .alert {
.container {
border-radius: 4px 4px 4px 4px;
border: 1px solid @acc-aubergine;
background-color: @super-dark-pink;
color: @acc-periwinkle;
}

.alert {
color: @acc-periwinkle;
}

.container:not(.hls) {
:is(ul, ol, p) a { text-decoration: underline; }
Expand Down

0 comments on commit 016ed30

Please sign in to comment.