diff options
author | squibid <me@zacharyscheiman.com> | 2023-03-11 15:26:05 -0500 |
---|---|---|
committer | squibid <me@zacharyscheiman.com> | 2023-03-11 15:26:05 -0500 |
commit | 2bcbc28abbf4c2b96cc65fc24883b504d096a719 (patch) | |
tree | ebb55b9ca43bf2051944623268f79804079516bc /style.css | |
parent | 704aa260af7dc5f004d9090a63ba5a0a706ca928 (diff) | |
download | site-2bcbc28abbf4c2b96cc65fc24883b504d096a719.tar.gz site-2bcbc28abbf4c2b96cc65fc24883b504d096a719.tar.bz2 site-2bcbc28abbf4c2b96cc65fc24883b504d096a719.zip |
replace emojis with svgs
Diffstat (limited to '')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ a { a:hover, a:active { font-style: italic; } -#rss { +#svg { max-height: .8em; max-width: 1em; } |