From ab839a744bf3ee29e8b65a36493ee5a496d56db4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 23 Nov 2022 21:21:17 +0200 Subject: new default style --- extras/html/style.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'extras/html/style.css') diff --git a/extras/html/style.css b/extras/html/style.css index eab41b7..1965786 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -35,7 +35,7 @@ body { display: block; border-style: solid; border-width: 1px; - border-color: #232323; + border-color: #eeeeee; margin-bottom: 50px; } @@ -110,6 +110,7 @@ ul { } li { + color: purple; margin-left: 1em; margin-bottom: 0.25em; } @@ -127,17 +128,22 @@ img { } pre { - color: #000000; + color: #ffa500; + background-color: #000000; font-family: monospace; padding: 0; overflow-x: auto; scrollbar-width: none; - padding-left: 12px; + margin-left: 23px; + margin-right: 23px; + padding: 23px; + border: 2px solid #aaaaaa; } span.inlinecode { - color: #000000; font-family: monospace; - filter: invert(1) grayscale(1); - -webkit-filter: invert(1) grayscale(1); + border: 2px solid #aaaaaa; + color: #ffa500; + padding: 3px; + background-color: #000000; } -- cgit v1.2.3 From 607c1f5f93a482a484136b1630853fdaaef156c5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 23 Nov 2022 21:23:17 +0200 Subject: change inline code padding --- extras/html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/html/style.css') diff --git a/extras/html/style.css b/extras/html/style.css index 1965786..981bc7e 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -144,6 +144,6 @@ span.inlinecode { font-family: monospace; border: 2px solid #aaaaaa; color: #ffa500; - padding: 3px; + padding: 1px; background-color: #000000; } -- cgit v1.2.3 From 4e4ad7d68f4b161641259a34761d736e28071cf1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 24 Nov 2022 11:30:50 +0200 Subject: adjust style --- extras/html/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extras/html/style.css') diff --git a/extras/html/style.css b/extras/html/style.css index 981bc7e..8b74a0a 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -137,7 +137,8 @@ pre { margin-left: 23px; margin-right: 23px; padding: 23px; - border: 2px solid #aaaaaa; + border: 4px solid #aaaaaa; + border-style: ridge; } span.inlinecode { -- cgit v1.2.3