diff options
-rw-r--r-- | stylesheet.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/stylesheet.css b/stylesheet.css index 7684014..5322b01 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -97,9 +97,6 @@ a { text-decoration: none;
}
-a:visited, a:active {
- color: #00ff00;
-}
a:hover {
color: #00aa44;
}
@@ -111,14 +108,10 @@ a.tag { font-style: italic;
}
-a.tag:visited, a.tag:active {
- color: #00ff00;
-}
a.tag:hover {
color: #00aa44;
}
-
a.smalltag {
font-size: 12px;
color: #000000;
@@ -126,9 +119,6 @@ a.smalltag { font-style: italic;
}
-a.smalltag:visited, a.smalltag:active {
- color: #00ff00;
-}
a.smalltag:hover {
color: #00aa44;
}
|