Skip to content

Commit 532de64

Browse files
committed
clean up custom css
1 parent 843296f commit 532de64

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

doc/_static/custom.css

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,21 @@
2222
/* Header styling */
2323
header {
2424
background-color: white;
25-
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); /* shadow-sm */
25+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
2626
position: sticky;
2727
top: 0;
2828
z-index: 50;
2929
}
3030

31-
/* Preserving your existing typography */
3231
h1 {
33-
font-size: 1.875rem; /* text-3xl */
34-
font-weight: 700; /* font-bold */
35-
color: #111827; /* text-gray-900 */
32+
font-size: 1.875rem;
33+
font-weight: 700;
34+
color: #111827;
3635
}
3736

3837
h2 {
39-
font-size: 1.5rem; /* text-2xl */
40-
font-weight: 700; /* font-bold */
38+
font-size: 1.5rem;
39+
font-weight: 700;
4140
color: #111827;
4241
}
4342

@@ -48,6 +47,6 @@ h3 {
4847
}
4948

5049
p {
51-
font-size: 0.875rem; /* Tailwind's text-sm */
52-
color: #4b5563; /* Tailwind's gray-600 */
50+
font-size: 0.875rem;
51+
color: #4b5563;
5352
}

0 commit comments

Comments
 (0)