Skip to content

Commit

Permalink
TEST: Changing github pages style
Browse files Browse the repository at this point in the history
+ Updated assets/css/style.scss
  • Loading branch information
AndrewKhassapov committed Dec 14, 2023
1 parent c6824b6 commit c34fc90
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#540951",
"titleBar.activeBackground": "#750C72",
"titleBar.activeForeground": "#FEFAFE"
}
}
9 changes: 9 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
---

@import "{{ site.theme }}";
body {
* {
background-color: #ff0000;
}
}

0 comments on commit c34fc90

Please sign in to comment.