grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit a4f608794502436512ce38edb8d61c75af5e9e90
parent aeb9337804a6ef0cccf9e0a642894772ac111d60
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 12 Nov 2018 16:18:15 +0000

ul color and list-style, ol color

Diffstat:
Mcustom.css | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/custom.css b/custom.css @@ -83,6 +83,13 @@ a:focus { .highlight .nt { color: #4f8396; } +.markdown-body ul { + color: #5c8676; + list-style: ':: ' +} +.markdown-body ol { + color: #5c8676; +} .minibutton a { background: #111111; color: #abc0c5;