mirror of
https://github.com/simonw/datasette.git
synced 2026-06-13 04:27:00 +02:00
Fix low contrast on hovered links
This commit is contained in:
parent
0d441f1866
commit
c820abd0bc
1 changed files with 4 additions and 3 deletions
|
|
@ -204,14 +204,15 @@ a:link {
|
|||
text-decoration: underline;
|
||||
}
|
||||
a:visited {
|
||||
color: #54AC8E;
|
||||
color: #041C8E;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
color: #67C98D;
|
||||
text-decoration: underline;
|
||||
color: #07407B;
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 2px;
|
||||
}
|
||||
|
||||
button.button-as-link {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue