From 9ec7f7a6a5df53fcb60b8cad8d8db6f6668b6111 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Thu, 30 Oct 2025 17:28:31 +0800 Subject: Delete images, fonts, and add cursor. --- assets/css/main.css | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) (limited to 'assets/css') 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) { -- cgit v1.2.3