mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 15:45:47 +01:00
Change text color of all focused links
This commit is contained in:
parent
e97a8217bd
commit
0841248d93
@ -39,10 +39,11 @@ a:visited {
|
||||
|
||||
a:hover,
|
||||
a:active {
|
||||
color: #bbb;
|
||||
color: rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
|
||||
a:focus {
|
||||
color: #ccc;
|
||||
outline: 2px solid #ccc;
|
||||
outline-offset: 3px;
|
||||
}
|
||||
@ -51,10 +52,6 @@ p {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: unset;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
@ -170,7 +167,7 @@ h1.cmr2-text {
|
||||
}
|
||||
|
||||
.post-list a:focus {
|
||||
outline: 2px solid #bbb;
|
||||
outline: 2px solid #ccc;
|
||||
outline-offset: 3px;
|
||||
}
|
||||
|
||||
@ -178,15 +175,16 @@ h1.cmr2-text {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
a:focus-visible {
|
||||
outline: 2px solid #bbb;
|
||||
.post-list a:focus-visible {
|
||||
color: #ccc;
|
||||
outline: 2px solid #ccc;
|
||||
outline-offset: 3px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.post-list a:hover {
|
||||
outline: none;
|
||||
color: #bbb;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.post-list a::before,
|
||||
|
Loading…
Reference in New Issue
Block a user