diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-15 14:59:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-16 11:37:08 +0200 |
commit | 5b0ec7cddb1ae6dbd2057f067382866f846b882c (patch) | |
tree | 5751d96ec4ab0d49b793c4ff1c8edbc8daeab6ac /client/src/sass/primeng-custom.scss | |
parent | b13a0a48bacb53e65e665774e621326452045294 (diff) | |
download | PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.tar.gz PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.tar.zst PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.zip |
Increase global font size
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 787fdbc88..061d626d8 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -476,7 +476,7 @@ p-table { | |||
476 | 476 | ||
477 | td, th { | 477 | td, th { |
478 | font-family: $main-fonts; | 478 | font-family: $main-fonts; |
479 | font-size: 15px !important; | 479 | font-size: 15px; |
480 | color: pvar(--mainForegroundColor) !important; | 480 | color: pvar(--mainForegroundColor) !important; |
481 | } | 481 | } |
482 | 482 | ||
@@ -890,7 +890,7 @@ p-toast { | |||
890 | } | 890 | } |
891 | 891 | ||
892 | p { | 892 | p { |
893 | font-size: 15px; | 893 | font-size: 16px; |
894 | margin-bottom: 0; | 894 | margin-bottom: 0; |
895 | } | 895 | } |
896 | } | 896 | } |