PhysLean/docs/assets/css/style.scss

21 lines
285 B
SCSS
Raw Normal View History

2024-06-25 08:01:57 -04:00
---
---
@import "{{ site.theme }}";
.page-header {
background-image: linear-gradient(42deg, #59837A, #2F4456);
}
body {
background-color: #E1DEC2;
2024-06-25 11:01:12 -04:00
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
color: #2F4456;
2024-06-25 08:01:57 -04:00
}