pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit 86270a0f0e87352cd785e7cd9422b1f20f5c81a8
parent ec99ae3e842aa8d9c81f5cf700174392eea6047a
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 19 Jan 2024 12:32:34 +0000

h1 colour

Diffstat:
Mstyle.css | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/style.css b/style.css @@ -52,13 +52,6 @@ header > p { h1, h2, h3, h4, h5 { font-family: 'main-font'; text-transform: lowercase; -} - -h1 { - color: #93141f; -} - -h2, h3, h4, h5 { color: #9c353e; }