mirror of
https://github.com/catppuccin/gitea.git
synced 2024-11-24 23:51:02 -05:00
fix: don't invert dark emojis in Latte
This commit is contained in:
parent
30be5f7109
commit
4ade14fd5d
1 changed files with 24 additions and 22 deletions
|
@ -203,6 +203,7 @@
|
||||||
--color-active-line: #{$surface1};
|
--color-active-line: #{$surface1};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@if $isDark {
|
||||||
/* invert emojis that are hard to read otherwise */
|
/* invert emojis that are hard to read otherwise */
|
||||||
.emoji[aria-label="check mark"],
|
.emoji[aria-label="check mark"],
|
||||||
.emoji[aria-label="currency exchange"],
|
.emoji[aria-label="currency exchange"],
|
||||||
|
@ -226,6 +227,7 @@
|
||||||
.emoji[aria-label="musical notes"] {
|
.emoji[aria-label="musical notes"] {
|
||||||
filter: invert(100%) hue-rotate(180deg);
|
filter: invert(100%) hue-rotate(180deg);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.ui.ui.ui.button:not(.inverted, .basic),
|
.ui.ui.ui.button:not(.inverted, .basic),
|
||||||
.ui.ui.ui.label:not(.inverted, .basic) {
|
.ui.ui.ui.label:not(.inverted, .basic) {
|
||||||
|
|
Loading…
Reference in a new issue