diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-21 17:57:00 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-21 17:57:00 +0800 |
| commit | 780fbb5a6a2d5170df7241ae748fdae46a1a8d3c (patch) | |
| tree | 9f8c7b059fcc642f80f17bf97435da64b869ff50 | |
| parent | 84ab1709f1e4877b5afed50f5182f72f13f83b07 (diff) | |
| download | www-780fbb5a6a2d5170df7241ae748fdae46a1a8d3c.tar.gz | |
Amber code sections.
| -rw-r--r-- | assets/css/main.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index b45cabf..85e37d5 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -24,19 +24,26 @@ header h1 { pre, code { font-size: inherit; - background: #eee; + background: #1a1200; + color: #ffb300; } pre { margin-bottom: 2rem; } +pre::-webkit-scrollbar { + display: none; +} + pre code { display: block; border: none; padding: 1em; background: none; overflow-x: auto; + scrollbar-width: none; + -ms-overflow-style: none; } ol, ul { |
