Steelskull commited on
Commit
f0bc4bc
1 Parent(s): 2de4928

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -6
README.md CHANGED
@@ -18,8 +18,8 @@ body {
18
  }
19
 
20
  .container {
21
- width: 80% auto;
22
- max-width: 1080px auto;
23
  margin: 20px auto;
24
  background-color: rgba(255, 255, 255, 0.02);
25
  padding: 20px;
@@ -36,10 +36,6 @@ body {
36
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
37
  }
38
 
39
- .update-section {
40
- margin-top: 30px;
41
- }
42
-
43
  .update-section h2 {
44
  font-size: 24px;
45
  color: #88C0D0;
@@ -92,7 +88,45 @@ code {
92
  color: #D8DEE9;
93
  }
94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  </style>
 
96
  <html lang="en">
97
  <head>
98
  <meta charset="UTF-8">
 
18
  }
19
 
20
  .container {
21
+ width: 80%;
22
+ max-width: 1080px;
23
  margin: 20px auto;
24
  background-color: rgba(255, 255, 255, 0.02);
25
  padding: 20px;
 
36
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
37
  }
38
 
 
 
 
 
39
  .update-section h2 {
40
  font-size: 24px;
41
  color: #88C0D0;
 
88
  color: #D8DEE9;
89
  }
90
 
91
+ @media (prefers-color-scheme: light) {
92
+ body {
93
+ background: linear-gradient(135deg, #FFFFFF 0%, #F0F0F0 100%);
94
+ color: #333;
95
+ }
96
+
97
+ .container {
98
+ background-color: rgba(0, 0, 0, 0.02);
99
+ border: 1px solid rgba(0, 0, 0, 0.1);
100
+ }
101
+
102
+ .header h1, .update-section p {
103
+ color: #333;
104
+ }
105
+
106
+ .update-section h2, a {
107
+ color: #0056b3;
108
+ }
109
+
110
+ a:hover {
111
+ color: #004494;
112
+ }
113
+
114
+ .button {
115
+ background-color: #007bff;
116
+ color: #ffffff;
117
+ }
118
+
119
+ .button:hover {
120
+ background-color: #0056b3;
121
+ }
122
+
123
+ pre, code {
124
+ background-color: #fff;
125
+ color: #333;
126
+ }
127
+ }
128
  </style>
129
+
130
  <html lang="en">
131
  <head>
132
  <meta charset="UTF-8">