mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-23 14:26:18 +08:00
fix: Link coloring
This commit is contained in:
parent
e7bc290e15
commit
10d2ef334f
1 changed files with 4 additions and 4 deletions
|
@ -42,16 +42,16 @@
|
|||
border-bottom-color: var(--color-border-dark);
|
||||
}
|
||||
|
||||
#rl-app a,
|
||||
#rl-app a[target="_blank"],
|
||||
#rl-app #messageItem .b-text-part a {
|
||||
color: var(--color-primary-light-text);
|
||||
}
|
||||
|
||||
#rl-app a:visited,
|
||||
#rl-app a:active,
|
||||
#rl-app a[target="_blank"]:visited,
|
||||
#rl-app a[target="_blank"]:active,
|
||||
#rl-app #messageItem .b-text-part a:visited,
|
||||
#rl-app #messageItem .b-text-part a:active {
|
||||
color: var(--color-primary-text-dark);
|
||||
color: var(--color-primary);
|
||||
}
|
||||
|
||||
#rl-app .resizer {
|
||||
|
|
Loading…
Reference in a new issue