Skip to content

Commit 0a47397

Browse files
Create style.scss
1 parent 0bbc899 commit 0a47397

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

assets/css/style.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
---
3+
@import "{{ site.theme }}";
4+
5+
// Change header background
6+
.page-header {
7+
background-color: #004466; /* Dark Blue */
8+
color: white;
9+
}
10+
11+
// Change link colors
12+
a {
13+
color: #ff6600; /* Orange links */
14+
}

0 commit comments

Comments
 (0)