Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PrediOrg committed Sep 13, 2024
1 parent b966b3c commit d09f0de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/css/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ button {
white-space: nowrap;
}
@import "../css/font.css";
//change
html,
body {
width: 100%;
Expand All @@ -727,7 +728,7 @@ body {
background:$background-color-night;
}
[data-theme="day"] & {
background:$background-linear-color2;
background:$background-color-night;
}
}
.font-bold {
Expand Down

0 comments on commit d09f0de

Please sign in to comment.