diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-21 23:29:21 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-21 23:29:21 +0000 |
| commit | 5cda4203d94bce78479f554b797f44c646b7b57c (patch) | |
| tree | 53a06921ab88f80377690f7f34f52e43014ffd54 /app/static | |
| parent | 5c98dc2dbbdc7f2756272f75c950d08183ff4743 (diff) | |
Ascii art
Diffstat (limited to 'app/static')
| -rw-r--r-- | app/static/css/globalstyles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/static/css/globalstyles.css b/app/static/css/globalstyles.css index 7589ec7..c30d992 100644 --- a/app/static/css/globalstyles.css +++ b/app/static/css/globalstyles.css @@ -1,10 +1,10 @@ @import url('https://fonts.googleapis.com/css2?family=Cousine:ital,wght@0,400;0,700;1,400;1,700&display=swap'); .website-name { - font-size: 45px; + font-size: 10px; font-weight: 700; - line-height: 2.5; - color: #eee; + line-height: 1.2; + color: #ddd; } html, body { |
