Skip to content

Commit 106bae9

Browse files
authored
Update markdown-dark.css
1 parent 5a54d54 commit 106bae9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

live-view/extensions/markdown/markdown-dark.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
background: rgba(255, 255, 255, 0.15);
2828
}
2929

30+
:focus-visible {
31+
box-shadow: 0 0 0 2px hsl(223deg 86% 64% / 50%);
32+
outline: none;
33+
border-radius: 2px;
34+
}
35+
3036

3137
html {
3238
background: var(--bg-color);

0 commit comments

Comments
 (0)