mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
chore: Improve link coloring
This commit is contained in:
parent
f124207072
commit
78cc010560
1 changed files with 12 additions and 0 deletions
|
|
@ -42,6 +42,18 @@
|
|||
border-bottom-color: var(--color-border-dark);
|
||||
}
|
||||
|
||||
#rl-app a,
|
||||
#rl-app #messageItem .b-text-part a {
|
||||
color: var(--color-primary-light-text);
|
||||
}
|
||||
|
||||
#rl-app a:visited,
|
||||
#rl-app a:active,
|
||||
#rl-app #messageItem .b-text-part a:visited,
|
||||
#rl-app #messageItem .b-text-part a:active {
|
||||
color: var(--color-primary-text-dark);
|
||||
}
|
||||
|
||||
#rl-app .resizer {
|
||||
opacity: 1;
|
||||
background-color: unset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue