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

Final fixes

parent 952e974a
Branches
Tags
No related merge requests found
......@@ -75,7 +75,11 @@ h2 {
}
.highlighted {
background-color: var(--highlighted)!important;
background-color: var(--secondary)!important;
transition: background-color 1s linear;
}
.highlighted * {
color: var(--on-secondary)!important;
}
......@@ -8,6 +8,7 @@ export const dark = {
'--background': '#424242',
'--surface': '#212121',
'--dialog': '#78909c',
'--on-primary': '#212121',
'--on-secondary': '#212121',
......@@ -19,8 +20,5 @@ export const dark = {
'--yellow': '#FFD54F',
'--blue': '#1E88E5',
'--grey': '#BDBDBD',
'--grey-light': '#9E9E9E',
'--dialog': '#78909c',
'--highlighted' : '#005F63'
'--grey-light': '#9E9E9E'
};
......@@ -8,6 +8,7 @@ export const defaultTheme = {
'--background': '#b2dfdb',
'--surface': '#0288d1',
'--dialog': '#B2DFDB',
'--on-primary': '#212121',
'--on-secondary': '#212121',
......@@ -19,8 +20,5 @@ export const defaultTheme = {
'--yellow': '#FFD54F',
'--blue': '#1E88E5',
'--grey': '#BDBDBD',
'--grey-light': '#EEEEEE',
'--dialog': '#B2DFDB',
'--highlighted' : '#FFE082'
'--grey-light': '#EEEEEE'
};
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