doc: update website color scheme
This commit is contained in:
parent
2e44653acd
commit
e328343aa7
2 changed files with 12 additions and 6 deletions
|
@ -1,14 +1,18 @@
|
|||
---
|
||||
---
|
||||
|
||||
|
||||
@import "{{ site.theme }}";
|
||||
|
||||
.page-header {
|
||||
background-image: linear-gradient(42deg, #59837A, #2F4456);
|
||||
background-image: linear-gradient(0deg, #2C3E50, #2C3E50);
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
background-color: #E1DEC2;
|
||||
background-color: #fff;
|
||||
font-family: serif;
|
||||
|
||||
}
|
||||
|
||||
.main-content h1,
|
||||
|
@ -18,4 +22,4 @@ body {
|
|||
.main-content h5,
|
||||
.main-content h6 {
|
||||
color: #2F4456;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue