diff options
| author | Paul Buetow <paul@buetow.org> | 2022-11-23 21:21:17 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-11-23 21:21:17 +0200 |
| commit | ab839a744bf3ee29e8b65a36493ee5a496d56db4 (patch) | |
| tree | 930814e3dd30f8ccffe0c1a2b649e7cb01acaa6f | |
| parent | 5bbae36a59881e34fe111c0ee9f44f3907158301 (diff) | |
new default style
| -rw-r--r-- | extras/html/style.css | 18 |
1 files changed, 12 insertions, 6 deletions
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; } |
