Skip to content

Commit ad91446

Browse files
committed
docs: explain why the material theme files are basically empty
1 parent 344e953 commit ad91446

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/site/src/theme/material-dark/_smui-theme.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
$background: #000000
44
);
55

6+
// Basically just leave everything default (but with a dark bg).
7+
68
html,
79
body {
810
background-color: theme.$background;

packages/site/src/theme/material/_smui-theme.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
@use '@material/theme/index' as theme;
22

3+
// Basically just leave everything default.
4+
35
html,
46
body {
57
background-color: theme.$background;

0 commit comments

Comments
 (0)