doc: update website color scheme

This commit is contained in:
jstoobysmith 2024-09-30 13:48:13 +00:00
parent 2e44653acd
commit e328343aa7
2 changed files with 12 additions and 6 deletions

View file

@ -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;
}
}