Skip to content

Commit

Permalink
create new dark layout
Browse files Browse the repository at this point in the history
  • Loading branch information
bwinston35 authored Jun 7, 2024
1 parent a74ce23 commit fcd3793
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _layouts/dark.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: page
---
<div style="background:black; color: white; padding: 25px;">
{{ content }}
</div>

0 comments on commit fcd3793

Please sign in to comment.