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.
1 parent 9866b6c commit 54e1c87Copy full SHA for 54e1c87
_quarto.yml
@@ -2,7 +2,7 @@ project:
2
type: website
3
preview:
4
# Change port if it's busy in your system or just remove this line so that It will automatically use any free port
5
- # port: 4200
+ port: 4200
6
browser: true
7
8
theming/theme-dark.scss
@@ -153,3 +153,7 @@ p {
153
.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item * {
154
color: white !important;
155
}
156
+
157
+.aa-List li.aa-Item[aria-selected="true"] * {
158
+ background-color: #4DB6AC !important;
159
+}
0 commit comments