Skip to content

Commit c568802

Browse files
committed
use consistent divider color
1 parent 6fcd43e commit c568802

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

assets/css/main.css

+6-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@
1212
}
1313

1414
header {
15-
@apply border-neutral-800 border-b pb-1 mb-2;
15+
@apply border-neutral-700 border-b pb-1 mb-2;
1616
}
1717

1818
footer {
19-
@apply border-neutral-800 border-t pt-1 mt-2;
19+
@apply border-neutral-700 border-t pt-1 mt-2;
20+
}
21+
22+
hr {
23+
@apply text-neutral-700;
2024
}
2125

2226
h1 {

0 commit comments

Comments
 (0)