From: Gerardo Pias Date: Tue, 28 May 2019 19:11:01 +0000 (-0300) Subject: Add style adjustment to improve legibility. X-Git-Tag: v0.0.2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfa7e844aae0d94f069533cbfd7880585fd593d1;p=thirdparty%2FFORT-validator.git Add style adjustment to improve legibility. --- diff --git a/docs/css/fort_validator.css b/docs/css/fort_validator.css index 7af2484f..e76b20df 100644 --- a/docs/css/fort_validator.css +++ b/docs/css/fort_validator.css @@ -43,4 +43,37 @@ p img { .site-footer a img { margin: auto; max-height: 40px; -} \ No newline at end of file +} + +.site-section ul, .site-section ul li { + margin-left: 10px; + margin-bottom: 5px; + list-style-type: circle; +} + +h2{ + margin-top: 2.5rem; +} +h3{ + margin-top: 2.5rem; +} +h4{ + margin-top: 1.5rem; +} +p{ + margin-bottom: 0.5rem; +} + +td, th { + text-align: center; + border-width: 1px; + border-style: solid; + border-color: #b1b3b7; + border-image: initial; + padding: 0.5rem; +} + +pre code a{ + color: #00bfFF; +} + diff --git a/docs/css/screen.css b/docs/css/screen.css index 5cca8753..3349377b 100644 --- a/docs/css/screen.css +++ b/docs/css/screen.css @@ -22,11 +22,11 @@ pre code.terminal { } .language-bash > .c { - color: green; + color: #3CB371; } .language-bash > .nt { - color: purple; + color: #DDA0DD; } .language-bash > .s2 { - color: blue; + color: #00bfFF; }