diff options
Diffstat (limited to 'stylesheet.css')
-rw-r--r-- | stylesheet.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/stylesheet.css b/stylesheet.css index b4c69c5..72955f6 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -105,6 +105,21 @@ a:hover { color: #00aa44;
}
+a.tag {
+ font-size: 14px;
+ color: #000000;
+ text-decoration: underline;
+ font-style: italic;
+}
+
+a.tag:visited, a.tag:active {
+ color: #00ff00;
+}
+a.tag:hover {
+
+ color: #00aa44;
+}
+
#matrix,#single {
padding: 10px;
}
|