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;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link,
|
a:link {
|
||||||
a:visited {
|
|
||||||
color: #276890;
|
color: #276890;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #54AC8E;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
a:hover,
|
a:hover,
|
||||||
a:focus,
|
a:focus,
|
||||||
a:active {
|
a:active {
|
||||||
|
|
@ -363,10 +366,6 @@ th {
|
||||||
}
|
}
|
||||||
table a:link {
|
table a:link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #445ac8;
|
|
||||||
}
|
|
||||||
table a:visited {
|
|
||||||
color: #8f54c4;
|
|
||||||
}
|
}
|
||||||
.rows-and-columns td:before {
|
.rows-and-columns td:before {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue