chore: Update name of doc file. Add reference file
This commit is contained in:
parent
f7a638d32e
commit
04d3f05a09
12 changed files with 10 additions and 4 deletions
21
docs/assets/css/style.scss
Normal file
21
docs/assets/css/style.scss
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
---
|
||||
|
||||
@import "{{ site.theme }}";
|
||||
|
||||
.page-header {
|
||||
background-image: linear-gradient(42deg, #59837A, #2F4456);
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #E1DEC2;
|
||||
}
|
||||
|
||||
.main-content h1,
|
||||
.main-content h2,
|
||||
.main-content h3,
|
||||
.main-content h4,
|
||||
.main-content h5,
|
||||
.main-content h6 {
|
||||
color: #2F4456;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue