summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-01-29 22:36:14 +0000
committerPaul Buetow <paul@buetow.org>2022-01-29 22:36:14 +0000
commit25bf3281945cd281aa71cc4c360b323ff577793e (patch)
tree973aca064ce33508d3caac86ea5b2c2c70028f3a
parent5ce8b37cd80fc90ff67f80b57ef191f51a6e37cd (diff)
fix link styles
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 4511037..328ad6e 100644
--- a/style.css
+++ b/style.css
@@ -47,8 +47,8 @@ a {
color: #ffffff;
text-decoration: none;
background-color: #000000;
- padding: 5px;
- margin: 5px;
+ padding: 2px;
+ margin: 2px;
}
a:hover {