Skip to content

Commit 027898a

Browse files
author
Cristy
committed
...
1 parent 97d1556 commit 027898a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
color: #cd7f32;
3131
border-color: #cd7f32;
3232
}
33-
code {
34-
color: Gray;
35-
}
3633
.navbar-brand {
3734
color: #d4af37;
3835
transition: color 0.3s ease, text-shadow 0.3s ease;
@@ -41,6 +38,9 @@
4138
color: #e9c03d;
4239
text-shadow: 0px 2px 4px rgba(203, 163, 120, 0.6);
4340
}
41+
:root {
42+
--bs-code-color: revert;
43+
}
4444
</style>
4545

4646
<!-- Open Graph Meta Tags -->

0 commit comments

Comments
 (0)