mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-03 13:54:12 +03:00
60233dcbcc
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com> Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com> Co-authored-by: Filip Sodić <filip.sodic@gmail.com> Co-authored-by: Filip Sodić <filip.sodic@fer.hr>
15 lines
371 B
CSS
15 lines
371 B
CSS
:root {
|
|
--auth-pills-color: #333;
|
|
--auth-pills-email: #e0f2fe;
|
|
--auth-pills-github: #f1f5f9;
|
|
--auth-pills-google: #ecfccb;
|
|
--auth-pills-username-and-pass: #fce7f3;
|
|
}
|
|
|
|
:root[data-theme="dark"] {
|
|
--auth-pills-color: #fff;
|
|
--auth-pills-email: #0c4a6e;
|
|
--auth-pills-github: #334155;
|
|
--auth-pills-google: #365314;
|
|
--auth-pills-username-and-pass: #831843;
|
|
} |