]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Add style adjustment to improve legibility.
authorGerardo Pias <gerardo.pias@matesoft.com.uy>
Tue, 28 May 2019 19:11:01 +0000 (16:11 -0300)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 29 May 2019 15:11:16 +0000 (08:11 -0700)
docs/css/fort_validator.css
docs/css/screen.css

index 7af2484f8ce65415e49eb2aa1a5d4319a8e8cbc5..e76b20dfaa070802e42c25ed41512be712920888 100644 (file)
@@ -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;
+}
+
index 5cca87536448615a633ab493801175863484c518..3349377b9e7fe274c91a531362d48e95b926c340 100644 (file)
@@ -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;
 }