Skip to content

Commit cb44bc2

Browse files
committed
Style fixes
1 parent 082fb15 commit cb44bc2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/stylesheets/extra.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
--md-code-hl-comment-color: #858585;
2525
--md-default-fg-color--lightest: #cbcbcb;
2626
--md-blog-grid-bg-color: rgb(75, 75, 75);
27+
--md-default-fg-color: #ffffff;
2728
}
2829

2930
.md-typeset code {
@@ -68,6 +69,7 @@ li {
6869
font-size: 2em;
6970
line-height: 1.3;
7071
margin: 0 0 1.25em;
72+
font-weight: 600;
7173
}
7274

7375
.md-typeset h2 {
@@ -847,11 +849,6 @@ div.blog-header>div>ul>li {
847849
border-bottom: 1px solid #ebebeb;
848850
}
849851

850-
.md-header--shadow {
851-
/* box-shadow:0 0 .2rem #0000001a,0 .2rem .4rem #0003; */
852-
transition: transform .25s cubic-bezier(.1,.7,.1,1),box-shadow .25s
853-
}
854-
855852
.connect-images {
856853
display: flex;
857854
align-items: center;
@@ -869,4 +866,9 @@ div.blog-header>div>ul>li {
869866
:root {
870867
--md-text-font: "Geist";
871868
--md-code-font: "Geist Mono";
869+
}
870+
871+
.md-header--shadow {
872+
box-shadow: none;
873+
transition: none;
872874
}

0 commit comments

Comments
 (0)