mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Visited link colours
This commit is contained in:
parent
7d69f1ac02
commit
6dff22eff8
1 changed files with 5 additions and 6 deletions
|
|
@ -164,11 +164,14 @@ footer,
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
a:link,
|
||||
a:visited {
|
||||
a:link {
|
||||
color: #276890;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:visited {
|
||||
color: #54AC8E;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
|
|
@ -363,10 +366,6 @@ th {
|
|||
}
|
||||
table a:link {
|
||||
text-decoration: none;
|
||||
color: #445ac8;
|
||||
}
|
||||
table a:visited {
|
||||
color: #8f54c4;
|
||||
}
|
||||
.rows-and-columns td:before {
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue