From 916970ca48bb6485ae737d004ba3cfd8f9b72763 Mon Sep 17 00:00:00 2001 From: Build Bot Date: Fri, 1 Apr 2022 18:36:19 +0000 Subject: [PATCH] Automatic css build --- styles.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles.css b/styles.css index 4c4c61a..a84b37c 100644 --- a/styles.css +++ b/styles.css @@ -15,6 +15,9 @@ h1, h2, h3, h4, h5, h6 { ul { list-style: none; } +th { + font-weight: 300; } + input, select, textarea, .textarea, button { box-sizing: border-box; box-shadow: none; @@ -3239,8 +3242,7 @@ article { article h4, article h5, article h6 { font-size: 1rem; } article strong { - font-weight: 500; - } + font-weight: 500; } article pre { margin: 1rem 0 1rem 0; border: 1px solid #ddd; @@ -3317,9 +3319,7 @@ p { padding: 0; } p + p { margin-top: 5px; } - th { - font-weight: 300; - } + .blurry-text { text-shadow: 0 0 .9rem #000; color: transparent; }