From be805630384288cb752d80c724020cc516abf2e6 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Fri, 10 Jan 2025 12:36:14 +0000 Subject: [PATCH] add css to remove underlines in anchor tags --- assets/styles/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/styles/app.css b/assets/styles/app.css index 872599c..187f4e6 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -7,4 +7,8 @@ background-color: red; color: white; font-size: 6pt; +} + +a { + text-decoration: none !important; } \ No newline at end of file