commit 4e8aabd5d263a43e9a328a1d72a8ca2c48df6975 parent 4051286bd642d047314d553fb4c6b963b5440b6a Author: Aymeric Mansoux <aymeric@bleu255.com> Date: Sat, 11 Jun 2022 14:10:57 +0200 Merge branch 'master' of /var/www/git.bleu255.com/repos/permacomputing Diffstat:
| M | local.css | | | 8 | ++++++-- |
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/local.css b/local.css @@ -1,5 +1,9 @@ -code { - font-size: 16px; +pre { + font-size: 15px; + padding: 1em; + background-color: #337; + color: #3FF; + font-weight: bold; } a {