This commit is contained in:
Inaki Fernandez
2020-05-29 02:41:56 +02:00
parent fc08d82244
commit fc5cee8e12

10
docs/static/extra.css vendored
View File

@@ -1,9 +1,9 @@
/* Applies to the entire body of the HTML document (except where overridden by more specific
selectors). */
/* background-color: rgb(240,240,240); */
body {
margin: 25px;
background-color: rgb(248,248,248);
background-color:rgb(240,240,240);
font-family: arial, sans-serif;
font-size: 14px;
}
@@ -19,4 +19,8 @@ h1 {
.someclass { color: red; }
/* Applies to the element with <... id="someid"> specified. */
#someid { color: green; }
#someid { color: green; }
.rst-versions {
border-top:solid 10px #222c32;
}