Skip to content

Commit 3cb60ea

Browse files
committed
docs: better colors for repl
1 parent e3b6431 commit 3cb60ea

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/src/components/Repl.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

docs/src/pages/index.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)