Skip to content

Commit 91217f9

Browse files
committed
Fix typo
1 parent 6a91e11 commit 91217f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/main.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:root {
1313
--pageBg: rgb(13, 17, 23);
1414
--textDefault: rgb(201, 209, 217);
15-
--linkDeafult: #58a6ff;
15+
--linkDefault: #58a6ff;
1616
--navBg: #1a222f;
1717
--navBorder: #1c2532;
1818
--navBgHover: #212b3b;
@@ -38,7 +38,7 @@ div.highlight {
3838
padding: 0.3em 1em;
3939
}
4040
a {
41-
color: var(--linkDeafult);
41+
color: var(--linkDefault);
4242
}
4343
h1 a {
4444
text-decoration: none;

0 commit comments

Comments
 (0)