File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ function onForkClick() {
219219
220220.dark {
221221 .vue-repl {
222- --bg : hsl ( 240 6 % 9 % ) !important ;
222+ --bg : #1c1c21 !important ;
223223 --bg-soft : hsl (240 6 % 9 % ) !important ;
224224 --border : #333 !important ;
225225 --text-light : #aaa !important ;
@@ -228,7 +228,7 @@ function onForkClick() {
228228
229229 &:deep (.CodeMirror ) {
230230 color : var (--symbols );
231- background-color : #22212c ;
231+ background-color : #1c1c21 ;
232232 --symbols : #f8f8f2 ;
233233 --base : #f8f8f2 ;
234234 --comment : #7970a9 ;
Original file line number Diff line number Diff line change @@ -93,7 +93,9 @@ const highlights = [
9393 </section >
9494
9595 <section class =" mt-24 flex flex-col mx-auto items-center" >
96- <h2 class =" text-center text-gray-500 dark:text-gray-200 font-display font-bold text-2xl md:text-4xl" >Sponsors</h2 >
96+ <h2 class =" text-center text-gray-500 dark:text-gray-200 font-display font-bold text-2xl md:text-4xl mb-6" >
97+ Sponsors
98+ </h2 >
9799
98100 <object
99101 data =" https://sponsors.logaretm.com/sponsors.svg"
You can’t perform that action at this time.
0 commit comments