aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/style.css b/style.css
index 1612915..b5edaf5 100644
--- a/style.css
+++ b/style.css
@@ -27,6 +27,17 @@ body {
a {
color: #20FF86;
+ text-decoration: none;
+}
+
+a:hover {
+ color: #ffdd00;
+ text-decoration: none;
+}
+
+a.dead {
+ color: #444444;
+ text-decoration: none;
}
#content ul {
@@ -34,13 +45,13 @@ a {
flex-wrap: wrap;
padding-left: 0;
list-style: none;
- border: 7px solid cyan;
+ /*border: 7px solid cyan;*/
justify-content: center;
width: 100%;
}
#content li {
- border: 5px solid red;
+ /*border: 5px solid red;*/
padding: 50px;
}