Delta-Vector commited on
Commit
6d5345c
·
verified ·
1 Parent(s): 4cba979

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -124,6 +124,27 @@ details summary:hover {
124
  * {
125
  color-scheme: dark !important;
126
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  </style>
128
  </head>
129
  <body>
 
124
  * {
125
  color-scheme: dark !important;
126
  }
127
+ /* Add this to the end of your <style> section */
128
+ .markdown-body::before {
129
+ content: '';
130
+ position: fixed;
131
+ top: 0;
132
+ left: 0;
133
+ right: 0;
134
+ bottom: 0;
135
+ background-color: #0d1117;
136
+ z-index: -1;
137
+ }
138
+
139
+ body {
140
+ background-color: #0d1117 !important;
141
+ background-image: none !important;
142
+ }
143
+
144
+ .prose, .max-w-none, .px-4 {
145
+ background-color: transparent !important;
146
+ color: #c9d1d9 !important;
147
+ }
148
  </style>
149
  </head>
150
  <body>