summaryrefslogtreecommitdiff
path: root/css/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.scss')
-rw-r--r--css/main.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/css/main.scss b/css/main.scss
index 8e5960f..d408d19 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -21,11 +21,16 @@ body {
--foregroundColour: oklch( 25% 0.029600 253.71);
--textColour: oklch(100% 0 0);
+ --padding: 1rem;
+
background-color: var(--backgroundColour);
color: var(--textColour);
- font-size: 1.25em;
z-index: -1;
+ @media (pointer: coarse) {
+ --padding: 2rem;
+ }
+
&.light {
--backgroundColour: oklch(96.875% 0 0);
--foregroundColour: oklch(93.750% 0 0);
@@ -45,7 +50,7 @@ ul {
list-style: none;
li p::before {
- content: "\2014\0020";
+ content: "\2022\0020";
}
}