Skip to content

Commit

Permalink
base.scss: add important tag to ensure berlin styles are overwritten f…
Browse files Browse the repository at this point in the history
…ixes #570
  • Loading branch information
philli-m authored and fuzzylogic2000 committed Nov 14, 2022
1 parent 8084495 commit 70f6226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalstrategie/assets/scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ html {
overflow-y: scroll;
color: $black;
box-sizing: border-box;
font-family: $font-family-sans-serif;
font-family: $font-family-sans-serif !important;
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
Expand Down

0 comments on commit 70f6226

Please sign in to comment.