Skip to content

Commit 75250b3

Browse files
committed
Override footer border
1 parent 2e13a8b commit 75250b3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@
185185
}
186186
}
187187

188+
footer {
189+
border: 1px solid var(--color-border-default);
190+
border-top: 0px;
191+
}
192+
188193
</style>
189194
</head>
190195
<body class="color-bg-default text-gray">
@@ -297,7 +302,7 @@ <h3 class="f4">
297302
</section>
298303

299304
<!-- Footer Section -->
300-
<footer class="stack gap-16 p-4 border color-border-default color-fg-muted text-center">
305+
<footer class="stack gap-16 p-4 color-fg-muted text-center">
301306
<p class="m-0">An official side-project by the <a href="http://github.com/github">@github</a> team</p>
302307
</footer>
303308
<section></section>

0 commit comments

Comments
 (0)