diff options
Diffstat (limited to 'styles/paper.css')
-rw-r--r-- | styles/paper.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/styles/paper.css b/styles/paper.css new file mode 100644 index 0000000..a0e5a99 --- /dev/null +++ b/styles/paper.css @@ -0,0 +1,8 @@ +.MuiAppBar-root.MuiAppBar-colorTransparent { + background-color: var(--c300); +} + +.MuiAppBar-root.MuiAppBar-colorTransparent h1 { + color: var(--mint); + margin-left: 16px; +} |