garbash-www

archive of ~alex garbash.com page
git clone git://git.alexkarle.com.com/garbash-www
Log | Files | Refs | README | LICENSE

commit bbc47d5fd50f24f5e5556df4dfb3122c52ee3d01 (patch)
parent e7d332a40477730be99b006f59413b3a18958d5b
Author: alex <alex@garbash.com>
Date:   Thu, 28 Apr 2022 21:53:09 -0400

style: Add grey boxes for box code/quotes

This should help make code samples distinct

Diffstat:
Mbin/buildpage | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/bin/buildpage b/bin/buildpage @@ -30,6 +30,12 @@ footer { code { font-family: consolas, courier, monospace; } +blockquote, pre { + background: #f2f2f2; + overflow: auto; + padding: 10px; + border: 2px solid black; +} </style> EOM