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

Several contrast fixes

parent 6583f574
No related merge requests found
...@@ -26,3 +26,8 @@ textarea { ...@@ -26,3 +26,8 @@ textarea {
mat-hint { mat-hint {
color: var(--on-surface) !important; color: var(--on-surface) !important;
} }
::placeholder {
color: var(--on-primary);
opacity: 1;
}
...@@ -98,7 +98,7 @@ h4 { ...@@ -98,7 +98,7 @@ h4 {
} }
.counter-filtered { .counter-filtered {
background-color: var(--secondary); background-color: var(--secondary-variant);
color: var(--on-secondary); color: var(--on-secondary);
} }
......
...@@ -11,7 +11,7 @@ export const dark = { ...@@ -11,7 +11,7 @@ export const dark = {
'--dialog': '#757575', '--dialog': '#757575',
'--on-primary': '#000000', '--on-primary': '#000000',
'--on-secondary': '#000000', '--on-secondary': '#FFFFFF',
'--on-background': '#FFFFFF', '--on-background': '#FFFFFF',
'--on-surface': '#FFFFFF', '--on-surface': '#FFFFFF',
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Define the palettes for your theme using the Material Design palettes available in palette.scss // Define the palettes for your theme using the Material Design palettes available in palette.scss
// (imported above). For each palette, you can optionally specify a default, lighter, and darker // (imported above). For each palette, you can optionally specify a default, lighter, and darker
// hue. Available color palettes: https://www.google.com/design/spec/style/color.html // hue. Available color palettes: https://www.google.com/design/spec/style/color.html
$arsnova-primary: mat-palette($mat-green,300); $arsnova-primary: mat-palette($mat-grey,900);
$arsnova-accent: mat-palette($mat-orange, 200); //$mat-blue-gray, A200, A100, A400); $arsnova-accent: mat-palette($mat-orange, 200); //$mat-blue-gray, A200, A100, A400);
// The warn palette is optional (defaults to red). // The warn palette is optional (defaults to red).
......
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