We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cursor: pointer
dropdown-language.summary
1 parent 28ebb41 commit 514f610Copy full SHA for 514f610
scss/index.scss
@@ -206,14 +206,14 @@ aside {
206
align-items: center;
207
justify-content: space-between;
208
flex-flow: row wrap;
209
+ cursor: pointer;
210
211
div {
212
display: flex;
213
214
justify-content: flex-start;
215
216
color: var(--primary-color);
- cursor: pointer;
217
218
svg {
219
margin-right: 1rem;
@@ -515,7 +515,7 @@ html[dir="rtl"] {
515
516
/* PRISM */
517
// TODO add some style to blockquote elements
518
-// it's currently syled only with margins which
+// it's currently styled only with margins which
519
// makes it as if it's mistakenly pushed away
520
body {
521
main code {
0 commit comments