5 lines
73 B
CSS
5 lines
73 B
CSS
|
|
:root {
|
||
|
|
--mdc-theme-error: #b00020;
|
||
|
|
--mdc-theme-on-error: #ffffff;
|
||
|
|
}
|