mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Make link styling default for anchor tags
This commit is contained in:
parent
ebe51c91d7
commit
8a3056d0e3
5 changed files with 16 additions and 16 deletions
|
@ -1,9 +1,9 @@
|
|||
a.link {
|
||||
a {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover.link,
|
||||
a:active.link {
|
||||
a:hover,
|
||||
a:active {
|
||||
color: #167ac6;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue