From 2c0d510176ac4653cd07b34c23d56245af9d7f8c Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Thu, 8 Dec 2022 11:37:25 -0500 Subject: [PATCH] Change tag colour Removed the actual colour, and changed to grays that match the theme --- main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index 2a1f1dd..31e4717 100644 --- a/main.css +++ b/main.css @@ -34,7 +34,7 @@ li>ul{margin-left:1em} .tag{ font-size:.8rem;vertical-align:middle; padding:.2rem .5rem;border-radius:.33rem; -border:1px solid #9CF} +border:1px solid #CCC} pre{ background:#EEE;padding:1rem; white-space:pre-wrap;overflow-x:auto; @@ -138,6 +138,6 @@ transition:transform 300ms cubic-bezier(.4,1,.5,1)} tbody tr:hover{background:#333} pre{background:#333;color:#EEE;border-color:#555} code{background:#333} - .tag{border-color:#359} + .tag{border-color:#555} }