Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidely committed Dec 13, 2024
1 parent 62b8964 commit 6b29438
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion stylesheets/commons/BattleRoyale/Panel.less
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ Author(s): Elysienna
.panel-content__collapsible.is--collapsed & {
&:hover {
background-color: rgba( 0, 0, 0, 0.08 );

.theme--dark & {
background-color: rgba( 255, 255, 255, .08 );
}
}
}
}
Expand Down Expand Up @@ -300,6 +304,10 @@ Author(s): Elysienna
cursor: pointer;
font-weight: bold;

.theme--dark & {
color: var( --clr-on-background );
}

&.navigate--left {
flex-direction: row-reverse;
}
Expand All @@ -310,11 +318,15 @@ Author(s): Elysienna
}

&__icon {
color: var( --clr-wiki-on-primary );
color: var( --clr-wiki-theme-primary, var( --clr-wiki-on-primary ) );
width: 1.5rem;
display: flex;
justify-content: center;
margin: 0 0.5rem;

.theme--dark & {
color: var( --clr-secondary-70 );
}
}
}
}

0 comments on commit 6b29438

Please sign in to comment.