From 00cf61d625201004fc240c67ec2ee1954651c572 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sat, 22 Feb 2020 22:14:11 -0800 Subject: Change px values to rem values in font-size declarations --- youtube/static/comments.css | 2 +- youtube/static/shared.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'youtube/static') diff --git a/youtube/static/comments.css b/youtube/static/comments.css index c5f03c3..65e2cbe 100644 --- a/youtube/static/comments.css +++ b/youtube/static/comments.css @@ -12,7 +12,7 @@ } .video-metadata > h2{ grid-row: 2; - font-size: 15px; + font-size: 0.875rem; } .video-metadata > span{ grid-row:3; diff --git a/youtube/static/shared.css b/youtube/static/shared.css index 41dd344..6fbdfde 100644 --- a/youtube/static/shared.css +++ b/youtube/static/shared.css @@ -168,7 +168,7 @@ body{ .item{ background-color:var(--interface-color); text-decoration:none; - font-size: 12px; + font-size: 0.75rem; color: #767676; } @@ -205,7 +205,7 @@ body{ right: 2px; opacity: .8; color: #ffffff; - font-size: 12px; + font-size: 0.75rem; background-color: #000000; } .playlist-item .thumbnail-info{ @@ -218,7 +218,7 @@ body{ white-space: pre-line; opacity: .8; color: #cfcfcf; - font-size: 12px; + font-size: 0.75rem; background-color: #000000; } .playlist-item .thumbnail-info span{ /* trick to vertically center the text */ @@ -243,7 +243,7 @@ body{ overflow:hidden; color: var(--text-color); - font-size: 16px; + font-size: 1rem; font-weight: 500; text-decoration:initial; } -- cgit v1.2.3