diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-15 17:01:13 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-15 17:01:13 +0900 |
| commit | 165c4b2c00bf35dcd041bae8330cf236f54e8069 (patch) | |
| tree | 939b4097a7d57ad453d440c9b55210e5aefe463a /packages/client/src/style.scss | |
| parent | move rollup to devDeps (diff) | |
| download | misskey-165c4b2c00bf35dcd041bae8330cf236f54e8069.tar.gz misskey-165c4b2c00bf35dcd041bae8330cf236f54e8069.tar.bz2 misskey-165c4b2c00bf35dcd041bae8330cf236f54e8069.zip | |
chore(client): tweak ui
Diffstat (limited to 'packages/client/src/style.scss')
| -rw-r--r-- | packages/client/src/style.scss | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/client/src/style.scss b/packages/client/src/style.scss index 0f892d2e19..27e33702ad 100644 --- a/packages/client/src/style.scss +++ b/packages/client/src/style.scss @@ -30,7 +30,7 @@ html { overflow: auto; overflow-wrap: break-word; font-family: "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif; - font-size: 15px; + font-size: 14px; line-height: 1.35; text-size-adjust: 100%; tab-size: 2; @@ -61,16 +61,16 @@ html { } } - &.f-small { - font-size: 0.9em; + &.f-1 { + font-size: 15px; } - &.f-large { - font-size: 1.1em; + &.f-2 { + font-size: 16px; } - &.f-veryLarge { - font-size: 1.2em; + &.f-3 { + font-size: 17px; } &.useSystemFont { |