diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 16:03:02 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 16:03:02 +0800 |
commit | fbf72455a730da92d98a6c542f857589597d6746 (patch) | |
tree | 0b9cd4f8f27130b5c20046e6233a608bbff555c9 /style.css | |
parent | 00db65751c34ad387d3baff603b2e4ad8c7b4e77 (diff) | |
download | www-fbf72455a730da92d98a6c542f857589597d6746.tar.gz |
heading active/hover color
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css index b51cde7..693ddaf 100644 --- a/style.css +++ b/style.css @@ -11,13 +11,13 @@ body, div, p, h1, h2, h3, h4, h5, h6, ul, ol{ body:hover, div:hover, p:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, li:hover { border: solid yellow 1px; } -p:hover, li:hover { +p:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, li:hover { color: yellow; } body:active, div:active, p:active, h1:active, h2:active, h3:active, h4:active, h5:active, h6:active, li:active { border: solid lime 1px; } -p:active, li:active { +p:active, h1:active, h2:active, h3:active, h4:active, h5:active, h6:active, li:active { color: lime; } h1 { |