Working on better thing
This commit is contained in:
28
Client/src/theme/_smui-theme.scss
Normal file
28
Client/src/theme/_smui-theme.scss
Normal file
@ -0,0 +1,28 @@
|
||||
@use "sass:color";
|
||||
|
||||
@use "@material/theme/color-palette";
|
||||
|
||||
// Svelte Colors!
|
||||
@use "@material/theme/index" as theme with
|
||||
(
|
||||
$primary: #1e88e5,
|
||||
$secondary: #d8701b,
|
||||
$surface: #fff,
|
||||
$background: #fff,
|
||||
$error: color-palette.$red-900
|
||||
);
|
||||
|
||||
@import "@material/typography/mdc-typography";
|
||||
|
||||
// html,
|
||||
// body {
|
||||
// background-color: theme.$surface;
|
||||
// color: theme.$on-surface;
|
||||
// }
|
||||
|
||||
// a {
|
||||
// color: #40b3ff;
|
||||
// }
|
||||
// a:visited {
|
||||
// color: color.scale(#40b3ff, $lightness: -35%);
|
||||
// }
|
Reference in New Issue
Block a user