diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-15 12:47:05 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-15 12:47:05 +0800 |
commit | 8f8d83cbc758e3611501faca017ec7e41ea8a009 (patch) | |
tree | 4936645d3b50b4db783c198276b421e1b77cd90c /style.css | |
parent | fa0ffeb4e6521067b82d45a182a62f886b7b3cf6 (diff) | |
download | www-8f8d83cbc758e3611501faca017ec7e41ea8a009.tar.gz |
css changes for link & lineht
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/style.css b/style.css index 29e2ddf..1a5374c 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ body { background-color: black; color: white; margin: 3%; - line-height: 1.4; + line-height: 1.25; text-align: justify; } body, div, p, h1, h2, h3, h4, h5, h6, ul, ol{ @@ -32,22 +32,18 @@ h1 { a:link { color: cyan; text-decoration: none; - border: solid cyan 1px; } a:visited { color: violet; text-decoration: none; - border: solid violet 1px; } a:hover { color: yellow; text-decoration: none; - border: solid yellow 1px; } a:active { color: lime; text-decoration: none; - border: solid lime 1px; } #nav ul { list-style-type: none; |