summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css28
1 files changed, 16 insertions, 12 deletions
diff --git a/style.css b/style.css
index a86f290..d795a28 100644
--- a/style.css
+++ b/style.css
@@ -30,24 +30,28 @@ h1 {
 	font-size: 80%;
 }
 a:link {
-  color: cyan;
-  text-decoration: none;
-  border: solid cyan 1px;
+	color: cyan;
+	text-decoration: none;
+	border: solid cyan 1px;
+	padding: 2px;
 }
 a:visited {
-  color: violet;
-  text-decoration: none;
-  border: solid violet 1px;
+	color: violet;
+	text-decoration: none;
+	border: solid violet 1px;
+	padding: 2px;
 }
 a:hover {
-  color: yellow;
-  text-decoration: none;
-  border: solid yellow 1px;
+	color: yellow;
+	text-decoration: none;
+	border: solid yellow 1px;
+	padding: 2px;
 }
 a:active {
-  color: lime;
-  text-decoration: none;
-  border: solid lime 1px;
+	color: lime;
+	text-decoration: none;
+	border: solid lime 1px;
+	padding: 2px;
 }
 #nav ul {
 	list-style-type: none;