mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Some more CSS cleanups
This commit is contained in:
parent
db2a7a51c9
commit
203b884309
4 changed files with 4 additions and 12 deletions
|
|
@ -5,10 +5,10 @@
|
|||
}
|
||||
|
||||
.g-ui-link {
|
||||
color: #369;
|
||||
text-decoration: underline;
|
||||
color: var(--link-color, #369);
|
||||
cursor: pointer;
|
||||
padding: 2px;
|
||||
text-decoration: underline;
|
||||
|
||||
&:focus {
|
||||
outline: 1px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue