Skip to content
Snippets Groups Projects
Commit e43c46ee authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Change theme

parent 8e177a61
No related merge requests found
mat-form-field {
font-size: x-large;
color: var(--on-surface);
}
form {
......
export const dark = {
'--primary' : '#009688',
'--primary' : '#00796b',
'--primary-variant': '#455a64',
'--secondary': '#FFCC80',
'--secondary': '#004d40',
'--secondary-variant': '#bdbdbd',
'--background': '#424242',
......@@ -11,7 +11,7 @@ export const dark = {
'--dialog': '#78909c',
'--on-primary': '#212121',
'--on-secondary': '#212121',
'--on-secondary': '#FFFFFF',
'--on-background': '#FFFFFF',
'--on-surface': '#FFFFFF',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment