From 6da28cbc7a34aef39976e9e8bab916f038755a46 Mon Sep 17 00:00:00 2001 From: Gen Date: Wed, 6 Mar 2024 15:12:58 -0800 Subject: [PATCH] font test --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 7460b3d..b653e0a 100644 --- a/style.css +++ b/style.css @@ -138,9 +138,11 @@ p { a { color: var(--ctp-blue); } + a:hover { color: var(--ctp-sapphire); } + a:visited { color: var(--ctp-mauve); } @@ -151,12 +153,14 @@ h1 { font-size: 3em; text-align: center; } + h2 { margin-top: 2px; margin-bottom: 2px; font-size: 2em; text-align: center; } + h3 { margin-top: 2px; margin-bottom: 2px; @@ -207,6 +211,7 @@ footer { margin: 5px; line-height: 1.75em; } + .socials a:hover { background-color: var(--ctp-peach); color: var(--ctp-mantle); @@ -228,3 +233,5 @@ select { border-color: var(--ctp-surface0); border-radius: 0.375rem; } + +@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap') \ No newline at end of file