Skip to content

Commit 30c6119

Browse files
Rahul TyagiRahul Tyagi
authored andcommitted
fix: missing pages in dark theme
1 parent c9fb608 commit 30c6119

2 files changed

Lines changed: 5 additions & 20 deletions

File tree

404.html

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
---
22
permalink: /404.html
33
layout: page
4+
title: "404"
45
---
56

6-
<style type="text/css" media="screen">
7-
.container {
8-
margin: 10px auto;
9-
max-width: 600px;
10-
text-align: center;
11-
}
12-
h1 {
13-
margin: 30px 0;
14-
font-size: 4em;
15-
line-height: 1;
16-
letter-spacing: -1px;
17-
}
18-
</style>
19-
20-
<div class="container">
21-
<h1>404</h1>
22-
23-
<p><strong>Page not found :(</strong></p>
24-
<p>The requested page could not be found.</p>
7+
<div class="prose" style="text-align:center;padding:48px 0">
8+
<p style="font-size:clamp(72px,16vw,128px);font-family:var(--mono);color:var(--accent);margin:0 0 8px;line-height:1">404</p>
9+
<p style="font-size:18px;color:var(--text);margin:0 0 8px">page not found</p>
10+
<p style="color:var(--muted)">The requested page could not be found.</p>
2511
</div>

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ url: "https://dropdevrahul.github.io" # the base hostname & protocol for your si
2727
github_username: dropdevrahul
2828

2929
# Build settings
30-
theme: minima
3130
plugins:
3231
- jekyll-feed
3332

0 commit comments

Comments
 (0)