mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
Make light highlight color more transparent. Specify highlighted text to be --gray for dark mode.
This commit is contained in:
parent
1d0aab271a
commit
ca43cd430b
@ -621,4 +621,5 @@ header {
|
||||
|
||||
mark {
|
||||
background-color: var(--highlighted);
|
||||
color: var(--gray);
|
||||
}
|
||||
@ -11,7 +11,7 @@
|
||||
--lightgray: #f0f0f0;
|
||||
--outlinegray: #dadada;
|
||||
--million-progress-bar-color: var(--secondary);
|
||||
--highlighted: #f5dfaf;
|
||||
--highlighted: #f5dfaf88;
|
||||
}
|
||||
|
||||
[saved-theme="dark"] {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user