summaryrefslogtreecommitdiff
path: root/src/styles/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/global.css')
-rw-r--r--src/styles/global.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/styles/global.css b/src/styles/global.css
index 4b9a83c..38d2570 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -127,4 +127,8 @@
html {
@apply font-mono;
}
-} \ No newline at end of file
+
+ a {
+ @apply hover:underline text-blue-600;
+ }
+}