Use dark theme
This commit is contained in:
parent
3eadf7e9af
commit
5fc291c0ec
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
background-color: #000000;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* For navbar */
|
||||
|
|
@ -185,6 +187,10 @@ li {
|
|||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.section a {
|
||||
color: #01cb2b;
|
||||
}
|
||||
|
||||
.faq {
|
||||
padding-left: 40px;
|
||||
padding-right: 40px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue