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

Fix several stuff in darkTheme

parent eafb2ab1
No related merge requests found
...@@ -24,17 +24,18 @@ table { ...@@ -24,17 +24,18 @@ table {
} }
mat-header-cell { mat-header-cell {
color: var(--list-st-hCell); color: black!important;
background-color: var(--list-st-hCell-bg); background-color: var(--list-st-hCell-bg);
} }
mat-cell { mat-cell {
color: black!important;
background-color: var(--list-st-mCell-bg); background-color: var(--list-st-mCell-bg);
} }
mat-toolbar { mat-toolbar {
height: 20px; height: 20px;
background-color: var(--list-st-toolbar-bg); background-color: var(--statistic-bg-color)!important;
} }
.positiveC { .positiveC {
......
...@@ -8,7 +8,3 @@ mat-card { ...@@ -8,7 +8,3 @@ mat-card {
h2 { h2 {
color: var(--text-1); color: var(--text-1);
} }
mat-tab-label {
color: var(--text-1) !important;
}
...@@ -43,9 +43,10 @@ export const dark = { ...@@ -43,9 +43,10 @@ export const dark = {
'--room-list-mPHeader': '#9e9e9e', // shared/room-list.component.scss '--room-list-mPHeader': '#9e9e9e', // shared/room-list.component.scss
'--room-list-card-bg': '#455a64', // shared/room-list.component.scss '--room-list-card-bg': '#455a64', // shared/room-list.component.scss
'--room-list-card-color': '#eeeeee', // shared/room-list.component.scss '--room-list-card-color': '#eeeeee', // shared/room-list.component.scss
'--statistic-bg-color' : '#dddddd', // shared/statistic.component.scss & shared/statistics-page.component.scss '--statistic-bg-color' : '#bdbdbd', // shared/statistic.component.scss & shared/statistics-page.component.scss
'--text-1': '#37474f', // could be used for all texts '--text-1': '#37474f', // could be used for all texts
'--text-2': '#004d40', // could be used for all texts '--text-2': '#004d40', // could be used for all texts
'--text-3': '#78909c', // could be used for all texts '--text-3': '#78909c', // could be used for all texts
'--dialog-bg': '#78909c' '--dialog-bg': '#78909c',
'stats-ok': '#FFB74D'
}; };
...@@ -44,5 +44,5 @@ export const defaultTheme = { ...@@ -44,5 +44,5 @@ export const defaultTheme = {
'--room-list-card-bg': '#cfd8dc', // shared/room-list.component.scss '--room-list-card-bg': '#cfd8dc', // shared/room-list.component.scss
'--room-list-card-color': '#4db6ac', // shared/room-list.component.scss '--room-list-card-color': '#4db6ac', // shared/room-list.component.scss
'--statistic-bg-color': '#fff8e1', // shared/statistic.component.scss & shared/statistics-page.component.scss '--statistic-bg-color': '#fff8e1', // shared/statistic.component.scss & shared/statistics-page.component.scss
'--dialog-bg': '#e0f2f1' '--dialog-bg': '#e0f2f1',
}; };
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