From 45caaf9884f6252bdb9cd91c904b96292def7d35 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Thu, 28 Dec 2023 22:00:56 -0600 Subject: [PATCH] asd --- static/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 8839374..a6f1715 100644 --- a/static/style.css +++ b/static/style.css @@ -24,7 +24,7 @@ ul { } li { - font-size: 1.5rem; + font-size: 1.2rem; text-align: left; } @@ -55,7 +55,6 @@ body { a { color: rgb(175, 225, 255); - text-decoration: none; display: inline-block; transition: 1.5s all cubic-bezier(0.075, 0.82, 0.165, 1); } @@ -74,6 +73,10 @@ a { transition: transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1); } +.chip, .chip > * { + text-decoration: none; +} + .chip:hover { /* background-color: rgb(20, 10, 30); */ transform: scale(1);