mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
No underline on nav links in header
This commit is contained in:
parent
18977ce802
commit
e7dd3434e1
1 changed files with 4 additions and 1 deletions
|
|
@ -272,7 +272,9 @@ footer a:visited,
|
|||
footer a:hover,
|
||||
footer a:focus,
|
||||
footer a:active,
|
||||
footer button.button-as-link,
|
||||
footer button.button-as-link {
|
||||
color: rgba(255,255,244,0.8);
|
||||
}
|
||||
header a:link,
|
||||
header a:visited,
|
||||
header a:hover,
|
||||
|
|
@ -280,6 +282,7 @@ header a:focus,
|
|||
header a:active,
|
||||
header button.button-as-link {
|
||||
color: rgba(255,255,244,0.8);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
footer a:hover,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue