15 lines
641 B
CSS
15 lines
641 B
CSS
:root, ::after, ::before, ::backdrop {
|
|
--native-dark-bg-color: #2e3440;
|
|
--native-dark-bg-image-color: rgba(0, 0, 0, 0.25);
|
|
--native-dark-bg-image-filter: brightness(50%) contrast(200%);
|
|
--native-dark-border-color: #555555;
|
|
--native-dark-box-shadow: 0 0 0 1px rgb(255 255 255 / 10%);
|
|
--native-dark-cite-color: #92de92;
|
|
--native-dark-fill-color: #7d7d7d;
|
|
--native-dark-font-color: #dcdcdc;
|
|
--native-dark-link-color: #8db2e5;
|
|
--native-dark-opacity: 0.85;
|
|
--native-dark-text-shadow: none;
|
|
--native-dark-transparent-color: transparent;
|
|
--native-dark-visited-link-color: #c76ed7;
|
|
} |