Skip to content

Commit

Permalink
Merge pull request #1177 from valadas/css
Browse files Browse the repository at this point in the history
Added some more css-variables
  • Loading branch information
valadas authored Sep 29, 2024
2 parents 203b0de + 76eccd9 commit 6ae8b41
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/stencil-library/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
--dnn-color-background-light: #FFF;
--dnn-color-background-dark: #ccc;
--dnn-color-background-contrast: #000;

--dnn-color-surface: #BBB;
--dnn-color-surface-light: #DDD;
--dnn-color-surface-dark: #999;
--dnn-color-surface-contrast: #000;

--dnn-color-foreground: #000;
--dnn-color-foreground-light: #333;
Expand Down Expand Up @@ -61,7 +66,12 @@

--dnn-controls-radius: 5px;
--dnn-controls-padding: 5px;
--dnn-base-font-size: 16px;
--dnn-color-variation-opacity: 0.2;
}
body{
font-size: var(--dnn-base-font-size);
}
section{
margin: 15px;
padding: 15px;
Expand Down

0 comments on commit 6ae8b41

Please sign in to comment.