Skip to content

Commit a707852

Browse files
committed
Override footer border
1 parent ec8aeed commit a707852

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
@@ -162,6 +162,11 @@
162162
}
163163
}
164164

165+
footer {
166+
border: 1px solid var(--color-border-default);
167+
border-top: 0px;
168+
}
169+
165170
</style>
166171
</head>
167172
<body class="color-bg-default text-gray">
@@ -274,7 +279,7 @@ <h3 class="f4">
274279
</section>
275280

276281
<!-- Footer Section -->
277-
<footer class="stack gap-16 p-4 border color-border-default color-fg-muted text-center">
282+
<footer class="stack gap-16 p-4 color-fg-muted text-center">
278283
<p class="m-0">An official side-project by the <a href="http://github.com/github">@github</a> team</p>
279284
</footer>
280285
<section></section>

0 commit comments

Comments
 (0)