grimoire

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

commit bf8d91ead5b90bace05aff52c71a981d4abbc80d
parent 8316330267c59db5f715529d41cbafe311a7ee3f
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 13 Nov 2018 12:30:17 +0000

table background and border color

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

diff --git a/custom.css b/custom.css @@ -87,6 +87,14 @@ a:focus { .markdown-body ul { list-style: ':: ' } +.markdown-body table tr, +.markdown-body table tr:nth-child(2n) { + background-color: #111111; +} +.markdown-body table tr th, +.markdown-body table tr td { + border: 1px solid #444444; +} .minibutton a { background: #111111; color: #abc0c5;