Skip to content

Commit f1362f6

Browse files
fix: format custom.css with Prettier
1 parent 5cd768b commit f1362f6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/css/custom.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@
9898
color: #e0e6ed;
9999
background-color: rgba(255, 255, 255, 0.06);
100100
}
101-
[data-theme='dark'] .theme-doc-sidebar-container .menu__link--active:not(.menu__link--sublist) {
101+
[data-theme='dark']
102+
.theme-doc-sidebar-container
103+
.menu__link--active:not(.menu__link--sublist) {
102104
color: #ffffff;
103105
background-color: rgba(58, 150, 221, 0.25);
104106
}

0 commit comments

Comments
 (0)