Skip to content

Commit 514f610

Browse files
authored
fix: add cursor: pointer to dropdown-language.summary (#289)
1 parent 28ebb41 commit 514f610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,14 @@ aside {
206206
align-items: center;
207207
justify-content: space-between;
208208
flex-flow: row wrap;
209+
cursor: pointer;
209210

210211
div {
211212
display: flex;
212213
align-items: center;
213214
justify-content: flex-start;
214215
flex-flow: row wrap;
215216
color: var(--primary-color);
216-
cursor: pointer;
217217

218218
svg {
219219
margin-right: 1rem;
@@ -515,7 +515,7 @@ html[dir="rtl"] {
515515

516516
/* PRISM */
517517
// TODO add some style to blockquote elements
518-
// it's currently syled only with margins which
518+
// it's currently styled only with margins which
519519
// makes it as if it's mistakenly pushed away
520520
body {
521521
main code {

0 commit comments

Comments
 (0)