Skip to content

Commit

Permalink
chore: replace old beige background color with very light gray
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 30, 2024
1 parent 960c8c4 commit 8645de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/styles/sass/example-demo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$alpine-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !default;

body {
background: beige;
background: #f2f2f2;
padding: 0;
margin: 8px;
font-family: var(--alpine-font-family, $alpine-font-family);
Expand Down

0 comments on commit 8645de7

Please sign in to comment.