You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// Evangelion Unit-02.
|
|
:root {
|
|
--primary-color: #d12e36; // Contrast ratio: 5.05:1
|
|
}
|
|
|
|
// Evangelion Unit-01.
|
|
[data-theme='dark'] {
|
|
--primary-color: #c09bd9; // Contrast
|
|
}
|