From ad90d986bf58d3b69ea77e9e752e4de1b4709649 Mon Sep 17 00:00:00 2001
From: black-backdoor <145743369+black-backdoor@users.noreply.github.com>
Date: Thu, 2 Jan 2025 20:30:11 +0100
Subject: [PATCH 1/2] Delete main.css
---
src/css/main.css | 18 ------------------
src/index.html | 1 -
2 files changed, 19 deletions(-)
delete mode 100644 src/css/main.css
diff --git a/src/css/main.css b/src/css/main.css
deleted file mode 100644
index 0575afe..0000000
--- a/src/css/main.css
+++ /dev/null
@@ -1,18 +0,0 @@
-html {
- font-family: 'Inter', sans-serif;
- font-size: 100%;
-}
-
-body {
- font-size: 16px;
- margin: 0;
-}
-
-* {
- box-sizing: border-box;
-}
-
-
-button {
- user-select: none;
-}
diff --git a/src/index.html b/src/index.html
index 82ff73c..9e4a1ea 100644
--- a/src/index.html
+++ b/src/index.html
@@ -11,7 +11,6 @@
{% include "partials/head.njk" %}
-
From a4af70a84e285309135145aa0a45e5e1386cff55 Mon Sep 17 00:00:00 2001
From: black-backdoor <145743369+black-backdoor@users.noreply.github.com>
Date: Thu, 2 Jan 2025 20:30:38 +0100
Subject: [PATCH 2/2] Update partials\head.njk
---
src/_includes/partials/head.njk | 16 ++++++++++++++++
src/reboot/style.css | 1 +
2 files changed, 17 insertions(+)
diff --git a/src/_includes/partials/head.njk b/src/_includes/partials/head.njk
index 218e78c..997e91c 100644
--- a/src/_includes/partials/head.njk
+++ b/src/_includes/partials/head.njk
@@ -19,4 +19,20 @@
+
+
\ No newline at end of file
diff --git a/src/reboot/style.css b/src/reboot/style.css
index bd08040..7b75ddb 100644
--- a/src/reboot/style.css
+++ b/src/reboot/style.css
@@ -2,6 +2,7 @@ body {
background-color: black;
color: gray;
font-family: monospace;
+ font-size: unset;
margin: 0;
padding: 0;
overflow: hidden;