From 26b0d058cd113aa38a607a08f433efbf8e4daa16 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Wed, 7 Dec 2022 01:17:31 -0800 Subject: [PATCH] some pastels for colorscheme --- style-colors.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/style-colors.css b/style-colors.css index 13d8881..dd7cd45 100644 --- a/style-colors.css +++ b/style-colors.css @@ -23,8 +23,20 @@ footer.post-footer a { .post-list-date { color:#3a84a0; } - .post-list-heading { + +#jeffrey-m-lubow { + color:#d87107; +} +header.nav a { color:#fff; + float:right; + padding-right:40px; + padding-bottom:40px; + padding-left:40px; +} + .post-list-heading { + color:#d871d7; + /*color:#fff;*/ } ul li { color:#2fa; -- 2.34.1