Fixing some bugs
This commit is contained in:
@ -20,8 +20,8 @@ $button-color: #CCCCCC !default;
|
||||
}
|
||||
|
||||
:root {
|
||||
--background: $background;
|
||||
--on-background: $on-background;
|
||||
--background: #{$background};
|
||||
--on-background: #{$on-background};
|
||||
}
|
||||
|
||||
$default-font-size: 1rem;
|
||||
@ -34,8 +34,6 @@ $default-font-size: 1rem;
|
||||
box-sizing: border-box;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: $default-font-size;
|
||||
|
||||
transition: .2s ease-in-out;
|
||||
}
|
||||
|
||||
html,
|
||||
|
Reference in New Issue
Block a user