kisscommunity

kisscommunity.bvnf.space site sources
Log | Files | Refs | Submodules | README

commit d42523ad69623b7ad1f628baa3e1bdb39c6f9d77
parent 3ce13fea750895b9d0b7b8f8fb9243cab0a2ca6e
Author: aabacchus <ben@bvnf.space>
Date:   Thu, 19 May 2022 13:41:20 +0100

style.css: distinguish blockquotes

Diffstat:
Mwiki/style.css | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/wiki/style.css b/wiki/style.css @@ -20,6 +20,13 @@ a { background-color: #ddd; } +blockquote::before { + float: left; + width: 1ch; + margin-right: 1ch; + content: ">"; +} + #menu { clear: both; color: #069; @@ -148,10 +155,10 @@ h4 { } blockquote, pre, code { background-color: #111; - border-color: #222; + border-color: #aaa; } a { - color: #56c8ff; + color: #6cf; } #main img[src$=svg] { filter: invert(1);