diff options
| author | Paul Buetow <paul@buetow.org> | 2022-01-29 22:36:14 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-01-29 22:36:14 +0000 |
| commit | 25bf3281945cd281aa71cc4c360b323ff577793e (patch) | |
| tree | 973aca064ce33508d3caac86ea5b2c2c70028f3a | |
| parent | 5ce8b37cd80fc90ff67f80b57ef191f51a6e37cd (diff) | |
fix link styles
| -rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,8 +47,8 @@ a { color: #ffffff; text-decoration: none; background-color: #000000; - padding: 5px; - margin: 5px; + padding: 2px; + margin: 2px; } a:hover { |
