diff --git a/cv.css b/cv.css index e38633b..4e32a09 100644 --- a/cv.css +++ b/cv.css @@ -1,3 +1,25 @@ +a { + text-decoration: none; +} + +a::after { + /* copied from https://practicaltypography.com/how-to-use.html */ + position: relative; + content: "\FEFF°"; + margin-left: 0.1em; + font-size: 90%; + top: -0.1em; + color: var(--accent); + font-feature-settings: "caps"; + font-variant-numeric: normal; +} + +a:hover { + background: var(--hover-background); + transition-property: background; + transition-duration: 0.2s; +} + h3 { display: flex; justify-content: space-between; diff --git a/style.css b/style.css index f21359e..0f4a63d 100644 --- a/style.css +++ b/style.css @@ -38,25 +38,6 @@ h3 { a { color: inherit; - text-decoration: none; -} - -a::after { - /* copied from https://practicaltypography.com/how-to-use.html */ - position: relative; - content: "\FEFF°"; - margin-left: 0.1em; - font-size: 90%; - top: -0.1em; - color: var(--accent); - font-feature-settings: "caps"; - font-variant-numeric: normal; -} - -a:hover { - background: var(--hover-background); - transition-property: background; - transition-duration: 0.2s; } h2 {