summaryrefslogtreecommitdiff
path: root/beauty.scss
diff options
context:
space:
mode:
Diffstat (limited to 'beauty.scss')
-rwxr-xr-xbeauty.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/beauty.scss b/beauty.scss
index c226454..9ee11ba 100755
--- a/beauty.scss
+++ b/beauty.scss
@@ -1,7 +1,7 @@
-/// Rather than writing an asslong stylesheet for every page, the parent style is defined here and then just reads a pagestle SCSS sheet
+/// Import stylesheet for pages
@use 'page';
-// And here's the stylesheet for all used fonts:
+// Import fonts
@use 'fonts';
// The SCSS stylesheet for my good old website twoexem.com
@@ -20,7 +20,7 @@ body {
width: 90%;
max-width: auto;
margin: 2em auto;
- font: 18px 'Prompt';
+ font: 19px 'Prompt';
letter-spacing: -1px;
background-image: url("resources/bg.jpg");
background-repeat: no-repeat;