Update documentation
This commit is contained in:
parent
f652d6051d
commit
8d6ef3d4a1
6 changed files with 26 additions and 6 deletions
|
|
@ -4,4 +4,14 @@ h1, h2, h3, h4, h5, h6{
|
|||
|
||||
h3{
|
||||
padding: 40px 0 10px;
|
||||
}
|
||||
|
||||
a, a:hover, a:visited{
|
||||
color:#0088CC;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.navbar a,
|
||||
.sphinxsidebarwrapper a{
|
||||
text-decoration:none;
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 9.5 KiB |
|
|
@ -1,6 +1,14 @@
|
|||
/**
|
||||
* Here you write your customizations
|
||||
*/
|
||||
*/
|
||||
body, html {
|
||||
background-color:#CEC7CB;
|
||||
}
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6, a, a:hover, a:visited{
|
||||
color:#404040;
|
||||
}
|
||||
|
||||
.hero-unit{
|
||||
background-color: transparent;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue