mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 22:01:13 +00:00
Use highlight color for new comments on dark themes that won't burn your (#2295)
eyes out Co-authored-by: SleeplessOne1917 <insomnia-void@protonmail.com>
This commit is contained in:
parent
36f5960acb
commit
9e68dbef20
2 changed files with 5 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 7a38baa7341cfa9299df5a80ebe42fe298380e40
|
Subproject commit 0bcece2042bc455696fe21acf1a87cf9ff1d9ee5
|
|
@ -451,3 +451,7 @@ br.big {
|
||||||
.totp-link {
|
.totp-link {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-bs-theme="dark"] .mark {
|
||||||
|
background: rgba(243, 208, 101, 0.3);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue