Skip to content

Commit

Permalink
Updated scss structure
Browse files Browse the repository at this point in the history
  • Loading branch information
legoraft committed Sep 25, 2024
1 parent 5916fd1 commit 116ee97
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions _sass/body.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "variables";

.content {
width: 40rem;
margin: 1rem auto;
Expand Down
7 changes: 0 additions & 7 deletions _sass/header.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
@import "variables";

* {
margin: 0;
padding: 0;
background-color: $background;
font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

header {
height: 64px;
max-width: 100%;
Expand Down
9 changes: 8 additions & 1 deletion _sass/variables.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
$background: #FDFFFC;
$foreground: #0D1321;
$accent: #AB92BF;
$accent: #AB92BF;

* {
margin: 0;
padding: 0;
background-color: $background;
font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

0 comments on commit 116ee97

Please sign in to comment.