Init
This commit is contained in:
15
nord.css
Normal file
15
nord.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user