mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Better contrast for visited links in dark mode
This commit is contained in:
parent
8be2c738df
commit
9885c8f388
1 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,11 @@
|
|||
--link-light-color: #6494ed99;
|
||||
--link-faded-color: #6494ed88;
|
||||
--link-bg-hover-color: #34353799;
|
||||
--link-visited-color: color-mix(
|
||||
in lch,
|
||||
mediumslateblue 70%,
|
||||
var(--text-color) 30%
|
||||
);
|
||||
--reblog-faded-color: #b190f141;
|
||||
--reply-to-text-color: var(--reply-to-color);
|
||||
--reply-to-faded-color: #ffa60017;
|
||||
|
|
Loading…
Reference in a new issue