Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Jun 8, 2024
1 parent 6483421 commit aaaaec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions extensions/flags/less/forum.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:root {
[data-theme=light] {
.light-contents-vars(@color: @body-bg-light; @control-color: @body-bg-light; @name: 'flagged-post');
}

[data-theme=dark]:root {
[data-theme=dark] {
.light-contents-vars(@color: @body-bg-dark; @control-color: @body-bg-dark; @name: 'flagged-post');
}

Expand Down
4 changes: 2 additions & 2 deletions extensions/tags/less/forum/ToggleButton.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:root {
[data-theme=light] {
.Button--color-vars(@control-bg-light, @control-color-light, 'button-toggled');
}

[data-theme=dark]:root {
[data-theme=dark] {
.Button--color-vars(@control-bg-dark, @control-color-dark, 'button-toggled');
}

Expand Down

0 comments on commit aaaaec1

Please sign in to comment.