diff options
author | glenda <glenda@9front.local> | 2021-01-24 21:04:23 +0000 |
---|---|---|
committer | glenda <glenda@9front.local> | 2021-01-24 21:04:23 +0000 |
commit | 54d0d98e2a7845e2b389ee3678763dba18352612 (patch) | |
tree | 9c30b60aef29c4befbb5b3c2fb153700fa926c78 /sites/pprolog.org/_werc | |
parent | 4f3ebcf2eaf10fc09f0dbb2378963d6d342cac4c (diff) |
Add pprolog install instructions
Diffstat (limited to 'sites/pprolog.org/_werc')
-rw-r--r-- | sites/pprolog.org/_werc/pub/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sites/pprolog.org/_werc/pub/style.css b/sites/pprolog.org/_werc/pub/style.css index 10935fb..4c46c98 100644 --- a/sites/pprolog.org/_werc/pub/style.css +++ b/sites/pprolog.org/_werc/pub/style.css @@ -64,4 +64,11 @@ header h1 { html { font-size: 1.2em; -}
\ No newline at end of file +} + +code > pre { + border: 2px solid #8888cc; + background-color: #eaffff; + width: max-content; + padding: 0 0.5em; +} |