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:
SleeplessOne1917 2023-12-19 20:41:13 +00:00 committed by GitHub
parent 36f5960acb
commit 9e68dbef20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7a38baa7341cfa9299df5a80ebe42fe298380e40
Subproject commit 0bcece2042bc455696fe21acf1a87cf9ff1d9ee5

View file

@ -451,3 +451,7 @@ br.big {
.totp-link {
width: fit-content;
}
[data-bs-theme="dark"] .mark {
background: rgba(243, 208, 101, 0.3);
}