From 88480a4e170e029c7c59e5163703d63011572a49 Mon Sep 17 00:00:00 2001 From: Yipeng Liu Date: Wed, 24 May 2023 14:33:03 +0800 Subject: [PATCH] Add css for underline. --- src/styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/global.css b/src/styles/global.css index 6f42924..d84c877 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -12,6 +12,10 @@ font-family: 'Hack', monospace; } +a { + text-decoration-line: underline; +} + html, body, body > div:first-child,