Skip to content

Commit 5331964

Browse files
committed
Tweak styles.
1 parent fbef862 commit 5331964

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,25 @@
3232
color:darkviolet;
3333
}
3434

35+
.symbol-class {
36+
color: darkgoldenrod;
37+
}
38+
39+
.github-icon {
40+
color: black;
41+
}
42+
3543
.docusaurus-highlight-code-line {
3644
background-color: rgba(0, 0, 0, 0.1);
3745
display: block;
3846
margin: 0 calc(-1 * var(--ifm-pre-padding));
3947
padding: 0 var(--ifm-pre-padding);
4048
}
4149

50+
html[data-theme='dark'] .github-icon {
51+
color: white;
52+
}
53+
4254
html[data-theme='dark'] .docusaurus-highlight-code-line {
4355
background-color: rgba(0, 0, 0, 0.3);
4456
}

0 commit comments

Comments
 (0)