Skip to content

Commit a327113

Browse files
feat: add ledger theme to landing page
1 parent c8dc20a commit a327113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
.preview-brutalist{ background: #f0f0e8; color: #000; }
202202
.preview-dashboard{ background: #1a1a2a; color: #60d0ff; }
203203
.preview-vaporwave{ background: linear-gradient(135deg, #1a0a2a, #0a1a3a); color: #ff80ff; }
204-
.preview-manuscript{ background: #f5f0e8; color: #2a1a0a; }
204+
.preview-manuscript{ background: #f5f0e8; color: #2a1a0a; } .preview-ledger{ background: #e8f5ed; color: #1a3d1a; font-family: Georgia,serif; }
205205

206206
.preview-label {
207207
position: absolute; bottom: 8px; right: 10px;

0 commit comments

Comments
 (0)