diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2018-09-04 14:45:42 -0400 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2018-09-04 14:45:42 -0400 |
commit | c61dcf483bea7ad632ba5f7044d72f2bd74e670a (patch) | |
tree | a19f3144ac244b789cb964bbde2fc28e18d8e4e4 /assets | |
parent | 9a4c6a490762ad8f2ce32bd9d5d872da4bedb8df (diff) |
make social icons darken on hover
Diffstat (limited to 'assets')
-rw-r--r-- | assets/main.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/main.css b/assets/main.css index 99b30aa..b43779e 100644 --- a/assets/main.css +++ b/assets/main.css @@ -22,12 +22,16 @@ ul { margin-top: 1rem; } -#title-header .social a { +#title-header .social .spaced { color: #AAA; text-decoration: none; margin-right: 1em; } +#title-header .social a:hover { + color: #222; +} + #posts-list { margin-top: 3rem; list-style: none; |