Update app.css

True transparency on inactive links
This commit is contained in:
EauLand 2013-04-04 01:56:10 +03:00
parent 2b7519e318
commit 7bf73380ad
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ body {
a {
color: #3366CC;
border: 1px solid #fff;
border: 1px solid rgba(255, 255, 255, 0);
}
a:focus {