From aa118c2c717b8a04dff5275ba9e0a8383a8ca0e6 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 31 Dec 2022 22:10:30 -0500 Subject: [PATCH] style.css: make titles less faded out --- style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/style.css b/style.css index 7b44fa0..c1bf62c 100644 --- a/style.css +++ b/style.css @@ -11,10 +11,6 @@ body { 100% {opacity: 1;} } -h1, h2, h3, h4, h5, h6 { - color: #666666; -} - body, button { font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }