aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorThorsten Ortlepp <post@ortlepp.eu>2024-12-12 01:19:00 +0100
committerThorsten Ortlepp <post@ortlepp.eu>2024-12-12 01:19:00 +0100
commitfa9ccbd94724e9edc849a7dce46c0d468ee47fd5 (patch)
treee23045773f63ae8cdf432cd149bd278e5866dc7e /static/css
parent2a3d44d7ed88d0e58f5a8907fb0f82eed4669868 (diff)
downloadwebsite-ortleppms-fa9ccbd94724e9edc849a7dce46c0d468ee47fd5.zip
website setup
Diffstat (limited to 'static/css')
-rw-r--r--static/css/custom.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
new file mode 100644
index 0000000..31634a6
--- /dev/null
+++ b/static/css/custom.css
@@ -0,0 +1,8 @@
+/* 404.html */
+.not-found {
+ font-size: 26px;
+ flex-direction: column;
+}
+.not-found .httpcode {
+ font-size: 100px;
+}