mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Newsfeed: Fix focus link color
This commit is contained in:
parent
d22be6ce2d
commit
e3108cb515
1 changed files with 3 additions and 0 deletions
|
@ -692,6 +692,9 @@ a.tag:hover {
|
||||||
.misc-page.columns a:visited {
|
.misc-page.columns a:visited {
|
||||||
color: $c-Brand-1;
|
color: $c-Brand-1;
|
||||||
}
|
}
|
||||||
|
.misc-page.columns a:focus {
|
||||||
|
color: darken($c-Link, 15%)
|
||||||
|
}
|
||||||
.news-item {
|
.news-item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Add table
Reference in a new issue