Skip to content

Commit a5095e1

Browse files
author
Rich Harris
committed
Merge branch 'main' of github.com:sveltejs/learn.svelte.dev
2 parents 9509c1c + 5d04305 commit a5095e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/routes/tutorial/[slug]/Sidebar.svelte

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@
137137
--color: rgba(255, 0, 0, 0.1);
138138
}
139139
140+
/** this probably belongs in site-kit */
141+
.text :global(p) :global(a) :global(code) {
142+
color: var(--sk-theme-1);
143+
background: rgba(255, 62, 0, 0.1);
144+
}
145+
140146
footer {
141147
padding: 1rem 3rem;
142148
display: flex;

0 commit comments

Comments
 (0)