Added add ogranization page and project page
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
:root {
|
||||
--background: #d2d3e0;
|
||||
--foreground: #1c1d28;
|
||||
--foreground: #191a24;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--background: #1c1d28;
|
||||
--background: #191a24;
|
||||
--foreground: #d2d3e0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user