Skip to content

Commit

Permalink
moar dark
Browse files Browse the repository at this point in the history
  • Loading branch information
muckelba committed Nov 30, 2023
1 parent 1ee508e commit 7681519
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ button.setting-button {
filter: brightness(0.8);
}

.gradient {
background-color: $background !important;
}

/* Import only what you need from Bulma */
@import "bulma/sass/utilities/_all";
@import "bulma/sass/base/_all";
Expand Down Expand Up @@ -94,7 +98,7 @@ $divider-margin-size: 0px;
left: 0;
right: 0;
bottom: 0;
background-color: $grey-darker;
background-color: darken($grey-darker, 4);
border-radius: 34px;
transition: 0.4s;

Expand Down

0 comments on commit 7681519

Please sign in to comment.