From 130394efb2c133397116d331bd069a82fbf7b22c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 11 Jan 2024 02:34:32 -0800 Subject: feat(css): make time bigger --- css/index.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css') diff --git a/css/index.css b/css/index.css index c22da01..f5da741 100644 --- a/css/index.css +++ b/css/index.css @@ -67,6 +67,11 @@ img { margin-top: 35px; } +#time { + font-size: 1.5em; + font-weight: 600; +} + a { color: var(--foreground); text-decoration: none; -- cgit v1.2.3