From 3907737723d747687e92da3215551f206329544c Mon Sep 17 00:00:00 2001 From: Croydon Date: Tue, 11 Dec 2018 16:48:00 +0100 Subject: [PATCH] Themes: Bigger font sizes (#195) --- data/template/basic/index.css | 2 +- data/theme/dark/index.css | 2 +- data/theme/darwin/index.css | 2 +- data/theme/feather/index.css | 2 +- data/theme/light/index.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/template/basic/index.css b/data/template/basic/index.css index 332d894..ce26dcf 100644 --- a/data/template/basic/index.css +++ b/data/template/basic/index.css @@ -16,7 +16,7 @@ --vtr-tab-text-color: #333333; --vtr-tab-background-color: #FBFBFB; --vtr-tab-background: #FBFBFB; - --vtr-tab-font-size: 3mm; + --vtr-tab-font-size: 1em; --vtr-tab-font-weight: normal; --vtr-tab-text-shadow: none; --vtr-tab-height: 28px; diff --git a/data/theme/dark/index.css b/data/theme/dark/index.css index f17719b..a2698db 100644 --- a/data/theme/dark/index.css +++ b/data/theme/dark/index.css @@ -13,7 +13,7 @@ --vtr-tab-text-color: #fbfbfb; --vtr-tab-background-color: #424F5A; --vtr-tab-background: #424F5A; - --vtr-tab-font-size: 3mm; + --vtr-tab-font-size: 1em; --vtr-tab-font-weight: normal; --vtr-tab-text-shadow: none; --vtr-tab-height: 28px; diff --git a/data/theme/darwin/index.css b/data/theme/darwin/index.css index 9cceb79..ac6e368 100644 --- a/data/theme/darwin/index.css +++ b/data/theme/darwin/index.css @@ -13,7 +13,7 @@ --vtr-tab-text-color: #BBB; --vtr-tab-background-color: #333; --vtr-tab-background: #333; - --vtr-tab-font-size: 11px; + --vtr-tab-font-size: 12px; --vtr-tab-font-weight: normal; --vtr-tab-text-shadow: none; --vtr-tab-height: 31px; diff --git a/data/theme/feather/index.css b/data/theme/feather/index.css index b8db009..2f8da37 100644 --- a/data/theme/feather/index.css +++ b/data/theme/feather/index.css @@ -13,7 +13,7 @@ --vtr-tab-text-color: #333333; --vtr-tab-background-color: #F9F9FA; --vtr-tab-background: #F9F9FA; - --vtr-tab-font-size: 3mm; + --vtr-tab-font-size: 1em; --vtr-tab-font-weight: normal; --vtr-tab-text-shadow: none; --vtr-tab-height: 25px; diff --git a/data/theme/light/index.css b/data/theme/light/index.css index 30cb182..f59b5de 100644 --- a/data/theme/light/index.css +++ b/data/theme/light/index.css @@ -13,7 +13,7 @@ --vtr-tab-text-color: #333333; --vtr-tab-background-color: #FBFBFB; --vtr-tab-background: #FBFBFB; - --vtr-tab-font-size: 3mm; + --vtr-tab-font-size: 1em; --vtr-tab-font-weight: normal; --vtr-tab-text-shadow: none; --vtr-tab-height: 28px;