Djacon commited on
Commit
c60de51
Β·
1 Parent(s): 7a7f0a7

Fix color-scheme bug

Browse files
Files changed (1) hide show
  1. files/css/main.css +6 -2
files/css/main.css CHANGED
@@ -1,20 +1,24 @@
1
  @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap); @import url(https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap); /*! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com*/
2
  *,:after,:before {
3
  border: 0 solid #e5e7eb;
4
- box-sizing: border-box
5
  }
6
 
7
  :after,:before {
8
  --tw-content: ""
9
  }
10
 
 
 
 
 
11
  html {
12
  -webkit-text-size-adjust: 100%;
13
  font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
14
  line-height: 1.5;
15
  -moz-tab-size: 4;
16
  -o-tab-size: 4;
17
- tab-size: 4
18
  }
19
 
20
  body {
 
1
  @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap); @import url(https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap); /*! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com*/
2
  *,:after,:before {
3
  border: 0 solid #e5e7eb;
4
+ box-sizing: border-box;
5
  }
6
 
7
  :after,:before {
8
  --tw-content: ""
9
  }
10
 
11
+ :root {
12
+ color-scheme: light dark;
13
+ }
14
+
15
  html {
16
  -webkit-text-size-adjust: 100%;
17
  font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
18
  line-height: 1.5;
19
  -moz-tab-size: 4;
20
  -o-tab-size: 4;
21
+ tab-size: 4;
22
  }
23
 
24
  body {