From e481e4976b5289bf9b2ed533be6a23dc93008b04 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 22 Mar 2023 23:07:09 +0100 Subject: [PATCH] css format --- pcf-wp/comrade.html | 3 --- pcf-wp/static/css/boilerplate.css | 10 +++++----- 2 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 pcf-wp/comrade.html diff --git a/pcf-wp/comrade.html b/pcf-wp/comrade.html deleted file mode 100644 index fc6477e..0000000 --- a/pcf-wp/comrade.html +++ /dev/null @@ -1,3 +0,0 @@ -
- -
diff --git a/pcf-wp/static/css/boilerplate.css b/pcf-wp/static/css/boilerplate.css index 08de9cd..190d46c 100644 --- a/pcf-wp/static/css/boilerplate.css +++ b/pcf-wp/static/css/boilerplate.css @@ -34,8 +34,8 @@ --col-aside-fg: #171717; --col-hf-bg: #e4002b; --col-hf-fg: #ffffff; - --col-a:; - --col-a-v:; + --col-a: #2293af; + --col-a-v: #2293af; } html { @@ -79,8 +79,8 @@ h1, h2, h3, h4, h5, h6 { } p, p[style] { - font-family: var(--font-p); !important - font-size: 1.2rem; !important + font-family: var(--font-p) !important; + font-size: 1.2rem !important; } p { @@ -366,7 +366,7 @@ section.widget div.tnp { text-align: center; margin-left: auto; margin-right: auto; - width: 300px; !important + width: 300px !important; } form.tnp-form input {