diff options
| author | Paul Buetow <paul@buetow.org> | 2022-01-21 23:18:19 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-01-21 23:18:19 +0000 |
| commit | 7ec4bbe245b84806e581bf2a0070e8d72f361d37 (patch) | |
| tree | d5c7bc4478796a7235128a8737e91642c27f6099 /style.css | |
| parent | 2a1bba6e4c7b8c1909362ed8ec921f8525eede74 (diff) | |
improve style
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -23,6 +23,8 @@ a { color: #ffffff; text-decoration: none; background-color: #000000; + padding: 5px; + margin: 5px; } a:hover { @@ -53,7 +55,9 @@ pre { overflow-x: auto; color: #ffffff; background-color: #000000; - border: 15px solid grey; + margin: 7px; + padding: 23px; + border: 23px double white; } a.textlink:before { |
