summaryrefslogtreecommitdiff
path: root/styles.scss
diff options
context:
space:
mode:
authorEvan <38150833+beigebeats@users.noreply.github.com>2023-12-22 22:06:04 -0800
committerEvan <38150833+beigebeats@users.noreply.github.com>2023-12-22 22:06:04 -0800
commit16b4b1caec21f043993f41764b7f871a1bc1089a (patch)
treedc10ac23286c2da34962378b7e3332686d561651 /styles.scss
parent819abc102fa15bc1b487703b90fe537d33c5c202 (diff)
tips is now main display
Diffstat (limited to 'styles.scss')
-rw-r--r--styles.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/styles.scss b/styles.scss
index 1ee9988..c41f4b2 100644
--- a/styles.scss
+++ b/styles.scss
@@ -113,10 +113,10 @@ small {font-size: 0.750rem; /* 12px */}
}
a {
- text-decoration: none;
- font-weight: 500;
- font-size: 15vmin;
- color: $foreground-color; // Assuming you want to use your color variable
+ text-decoration: none;
+ font-weight: 500;
+ font-size: 13vmin;
+ color: $foreground-color;
}
}
}