diff options
Diffstat (limited to 'assets/css/main.css')
| -rw-r--r-- | assets/css/main.css | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 519fa2f..079521e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,9 +1,3 @@ -@font-face { - font-family: 'IM Fell English'; - src: url("/assets/fonts/IMFellEnglish-Regular.ttf") format("truetype"), - url("/assets/fonts/IMFellEnglish-Italic.ttf") format("truetype"); -} - :root { --link-color: #228B22; --main-bg-color: #202020; @@ -58,17 +52,6 @@ a { text-decoration: none; } -a.external::after { - background-color: var(--link-color); - content: ''; - display: inline-flex; - height: 10px; - margin-left: 4px; - width: 10px; - mask-size: cover; - mask-image: url(/assets/img/external-link.svg); -} - img { width: 100%; } @@ -116,6 +99,21 @@ td { font-size: 3.5em; } +.cursor::after { + background-color: var(--link-color); + content: ''; + display: inline-flex; + height: 1.8rem; + width: 1.5rem; + mask-size: cover; +} + +@media (min-width: 550px) { + .cursor::after { + height: 2.4rem; + } +} + @media only screen and (max-device-width: 480px) { /* firefox */ @supports (-moz-appearance: none) { |
