From e0c494f90087d3797efd5d2b555622d7760464d1 Mon Sep 17 00:00:00 2001 From: da5nsy Date: Thu, 19 Mar 2026 14:40:26 +0000 Subject: [PATCH] Revert "make links not small" This reverts commit fe15aabd379faf2213ec0e71c4d3fae1fa870706. --- assets/css/app.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index 971c684..18b58a5 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -69,9 +69,6 @@ p, li, a { font-family: "open_sansregular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; color: var(--cotech-white); font-weight: 300; -} - -p, li { line-height: 1.4; }