This commit is contained in:
2023-01-27 13:43:56 -07:00
parent 9ec718c885
commit 77eda91253
4 changed files with 15070 additions and 0 deletions

4292
aurailious-naut.css Normal file

File diff suppressed because it is too large Load Diff

5331
aurailious.css Normal file

File diff suppressed because it is too large Load Diff

5432
carbon.css Normal file

File diff suppressed because it is too large Load Diff

15
nord.css Normal file
View File

@@ -0,0 +1,15 @@
: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;
}