Skip to content

Commit a332407

Browse files
committed
lint error
1 parent a6619c8 commit a332407

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

landing-pages/site/assets/scss/_accordion.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ details.accordion {
120120
}
121121
}
122122

123-
details.accordion:hover{
123+
details.accordion:hover {
124124
background-color: rgb(236, 226, 226);
125125
}
126126

127-
[data-bs-theme="dark"] details.accordion:hover{
127+
[data-bs-theme="dark"] details.accordion:hover {
128128
background-color: rgba(88, 76, 76, 0.244);
129-
}
129+
}

0 commit comments

Comments
 (0)