Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
ikasoba committed Jul 7, 2023
1 parent 79a595b commit 09b8fd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/theme-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ textarea, select {
}

.post-like-button.post-button {
color: var(--button-on) !important;
color: var(--button-like-on) !important;
}

.post-like-button.post-button-off {
Expand All @@ -121,11 +121,11 @@ button:hover.post-like-button.post-button * {
}

button:hover.post-like-button.post-button-off * {
color: var(--button-on) !important;
color: var(--button-like-on) !important;
}

.post-rt-button.post-button {
color: var(--button-on) !important;
color: var(--button-rt-on) !important;
}

.post-rt-button.post-button-off {
Expand All @@ -137,7 +137,7 @@ button:hover.post-rt-button.post-button * {
}

button:hover.post-rt-button.post-button-off * {
color: var(--button-on) !important;
color: var(--button-rt-on) !important;
}

.post-wrap, .notice-wrap {
Expand Down

0 comments on commit 09b8fd2

Please sign in to comment.