mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 02:05:39 +03:00
Better contrast in dark mode
This commit is contained in:
parent
c6beb793f3
commit
e910ac0de6
1 changed files with 5 additions and 0 deletions
|
@ -150,6 +150,11 @@
|
|||
mediumslateblue 70%,
|
||||
var(--text-color) 30%
|
||||
);
|
||||
--button-bg-color: color-mix(
|
||||
in srgb,
|
||||
var(--blue-color) 80%,
|
||||
var(--bg-color) 20%
|
||||
);
|
||||
--reblog-faded-color: #b190f141;
|
||||
--reply-to-text-color: var(--reply-to-color);
|
||||
--reply-to-faded-color: #ffa60017;
|
||||
|
|
Loading…
Reference in a new issue