diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2023-01-01 20:13:03 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2023-01-01 20:13:03 +0100 |
| commit | 0e3f1021cc14e2616086e69019de1cc67ba55dc1 (patch) | |
| tree | f811380216abfc9ea5fcd9910301be6661f569df /src_scss | |
| parent | 4c6fe8691bbce3ccf253ed6ff464866bbb4465a9 (diff) | |
frontend - add documentationv0.4.6
Diffstat (limited to 'src_scss')
| -rw-r--r-- | src_scss/main.scss | 14 |
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 { |
