aboutsummaryrefslogtreecommitdiff
path: root/styles/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/global.css')
-rw-r--r--styles/global.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/styles/global.css b/styles/global.css
index f70b6bd..541dd76 100644
--- a/styles/global.css
+++ b/styles/global.css
@@ -33,42 +33,6 @@
--spacing-large: 24px;
}
-@media (prefers-color-scheme: dark) {
- :root {
- --background: var(--gray-900);
- --foreground: #FFFFF3;
-
- --accent: #AD34F3;
-
- --error: #FF4365;
- --disk-b-alt: #F49BA1;
-
- --confirm: #00D9C0;
- --disk-a-alt: #86F3F3;
-
- --gray-100: #CED2DC;
- --gray-200: #A9AFC0;
- --gray-300: #757D92;
- --gray-700: #293140;
- --gray-800: #1F242D;
- --gray-900: #141619;
- }
-}
-
-/* html { */
-/* --text: #FCFFFD; */
-/* --page-background: var(--text); */
-
-/* --background: #5D737E; */
-/* --text-alt: var(--background); */
-/* --background-alt: #81949E; */
-
-/* --disk-a: #E16D82; */
-/* --disk-a-text: #FDC0C4; */
-/* --disk-b: #71D9CC; */
-/* --disk-b-text: #C0FDEB; */
-/* } */
-
/* default margin */
html, body {
margin: 0;