Update app.css
True transparency on inactive links
This commit is contained in:
parent
2b7519e318
commit
7bf73380ad
@ -24,7 +24,7 @@ body {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
color: #3366CC;
|
color: #3366CC;
|
||||||
border: 1px solid #fff;
|
border: 1px solid rgba(255, 255, 255, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
a:focus {
|
a:focus {
|
||||||
|
Loading…
Reference in New Issue
Block a user