aboutsummaryrefslogtreecommitdiff
path: root/src_scss
diff options
context:
space:
mode:
Diffstat (limited to 'src_scss')
-rw-r--r--src_scss/main.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/src_scss/main.scss b/src_scss/main.scss
index ece52ed..6b18c6e 100644
--- a/src_scss/main.scss
+++ b/src_scss/main.scss
@@ -8,7 +8,6 @@
html, body, button, input, select {
font-family: 'Inter';
- font-size: 12pt;
}
html, body {
@@ -50,17 +49,18 @@ body {
& > .title {
flex-grow: 1;
- font-size: 18pt;
+ font-size: 1.4rem;
font-weight: 500;
- color: $color-grey-800;
+ color: $color-grey-700;
}
- & > .github {
- font-size: 24pt;
- color: $color-grey-800;
+ & > .icon {
+ font-size: 1.5rem;
+ color: $color-grey-700;
+ margin-left: 0.5rem;
&:visited {
- color: $color-grey-800;
+ color: $color-grey-700;
}
&:hover {