PhysLean/docs/assets/css/style.scss

26 lines
307 B
SCSS
Raw Normal View History

2024-06-25 08:01:57 -04:00
---
---
2024-09-30 13:48:13 +00:00
2024-06-25 08:01:57 -04:00
@import "{{ site.theme }}";
.page-header {
2024-09-30 13:48:13 +00:00
background-image: linear-gradient(0deg, #2C3E50, #2C3E50);
2024-06-25 08:01:57 -04:00
}
2024-09-30 13:48:13 +00:00
2024-06-25 08:01:57 -04:00
body {
2024-09-30 13:48:13 +00:00
background-color: #fff;
font-family: serif;
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-09-30 13:48:13 +00:00
}