diff options
author | syn <isaqtm@gmail.com> | 2022-03-07 12:13:42 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2022-03-07 12:13:42 +0300 |
commit | d2d8d7dd494069049b4ab325637c848b772e64b5 (patch) | |
tree | f5d0310e81f15c4398b52b4db98fbbd3cb7b0167 | |
parent | 505bcf702a004c8ca7fa9980385426e35cd8da04 (diff) | |
download | iro-d2d8d7dd494069049b4ab325637c848b772e64b5.tar.gz |
transition & bigger font for links
-rw-r--r-- | style2.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -18,6 +18,7 @@ body { padding-left: 2em; padding-right: 2em; padding-top: 50px; + font-size: 1.1em; } body { @@ -34,6 +35,11 @@ body { a { color: #efbfdf; text-decoration: none; + transition: 300ms; +} + +a:hover { + color: #9fbfdf; } .svg2764 { |