Console: tunnelmanager a:link color consistency fix.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
/* I2P Tunnel Manager Theme: Light */
|
||||
/* Description: Light blue highlights. */
|
||||
/* Author: dr|z3d */
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
@ -47,6 +51,7 @@ h4 {
|
||||
margin: 5px 0 15px 0;
|
||||
padding: 5px 10px;
|
||||
background: #eef url(images/header.png) repeat-x center center;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.08em;
|
||||
-moz-box-shadow: inset 0px 0px 4px 0px #bbf;
|
||||
-moz-border-radius: 4px;
|
||||
@ -359,14 +364,14 @@ select {
|
||||
}
|
||||
|
||||
a:link{
|
||||
color: #613;
|
||||
color: #359;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
color: #606;
|
||||
color: #218;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
Reference in New Issue
Block a user