Skip to content

Commit 3bc2e86

Browse files
committed
Update custom.css
1 parent f5ddcae commit 3bc2e86

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

src/css/custom.css

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,22 @@
4747
}
4848

4949
.symbol-property {
50-
color: gray;
50+
color: rgb(156 163 175);
51+
padding-top: 3px;
5152
}
5253

5354
.symbol-method {
5455
color:darkviolet;
5556
}
5657

5758
.symbol-class {
58-
color: darkgoldenrod;
59+
color: rgb(99 102 241);
5960
}
6061

6162
.github-icon {
62-
color: black;
63+
color: #6b7280;
64+
margin-right: .25em;
65+
vertical-align: bottom;
6366
}
6467

6568
.docusaurus-highlight-code-line {
@@ -129,7 +132,7 @@ html[data-theme='dark'] ul>li {
129132
article p img {
130133
margin-top: 0.5em;
131134
}
132-
h6, h6 strong {
135+
h5, h6, h6 strong {
133136
font-size: 1em;
134137
font-weight: 600;
135138
}
@@ -139,3 +142,9 @@ h6 strong {
139142
.menu, .navbar-sidebar {
140143
font-size: 15px;
141144
}
145+
p code {
146+
color: #3b82f6;
147+
background-color: #eff6ff;
148+
padding: 0.25em 0.5rem;
149+
border-radius: 0.25rem;
150+
}

0 commit comments

Comments
 (0)