mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 15:45:47 +01:00
Change focus color of blog post link
This commit is contained in:
parent
f562450bd8
commit
c0180cebb2
@ -156,7 +156,8 @@ h1.cmr2-text {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* The following styling rules have been adopted from: https://github.com/codrops/LineHoverStyles/ */
|
||||
/* The following styling rules have been adopted from:
|
||||
https://github.com/codrops/LineHoverStyles/ */
|
||||
|
||||
.post-list a {
|
||||
position: relative;
|
||||
@ -167,7 +168,7 @@ h1.cmr2-text {
|
||||
}
|
||||
|
||||
.post-list a:focus {
|
||||
outline: 2px solid #ccc;
|
||||
outline: 2px solid #bbb;
|
||||
outline-offset: 3px;
|
||||
}
|
||||
|
||||
@ -176,8 +177,8 @@ h1.cmr2-text {
|
||||
}
|
||||
|
||||
.post-list a:focus-visible {
|
||||
color: #ccc;
|
||||
outline: 2px solid #ccc;
|
||||
color: #bbb;
|
||||
outline: 2px solid #bbb;
|
||||
outline-offset: 3px;
|
||||
background: transparent;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user