Skip to content

Commit

Permalink
38C3 css, further adjustments dock block
Browse files Browse the repository at this point in the history
  • Loading branch information
robinkaranu committed Dec 20, 2024
1 parent 9d10f63 commit e53a717
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions configs/conferences/38c3/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -271,20 +271,16 @@ ul.nav {

.schedule .block {
h3 {
color: @pearl-white !important;
}

h5 {
color: @acc-amethyst !important;
}

h4 {
color: @coral-red !important;
}

h5 {
color: @pearl-white !important;
}
}

.schedule .block.pause h3 {
color: @coral-red !important;
}

.room .tab-content {
Expand Down Expand Up @@ -380,10 +376,22 @@ h2, h3, h4, h5, h6 {
background-color: @super-dark-pink !important;
background-image: linear-gradient(45deg, @acc-dark-aubergine 25%, transparent 25%, transparent 50%, @acc-dark-aubergine 50%, @acc-dark-aubergine 75%, transparent 75%, transparent) !important;
}

.block.pause h3 {
color: @coral-red !important;
}

.block.gap {
background-color: @super-dark-pink !important;
//background-color: @acc-dark-aubergine 50% !important;
}

.block.daychange {
background-color: @super-dark-pink !important;
h3 {
color: @coral-red !important;
}
}
}

#schedule-event-detail-popover{
Expand Down

0 comments on commit e53a717

Please sign in to comment.