From c8890f3af118bc4ea798bc320e2d6b616df903a8 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 1 Jan 2023 16:23:07 +0000 Subject: [PATCH] add poketube flex to more stuff :3 --- css/poketube.css | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/css/poketube.css b/css/poketube.css index 47ae59b4..fef7271c 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -146,6 +146,10 @@ a { max-width: max-content; display: -webkit-box; word-break: break-all; + font-family: var(--text-font-primary) !important; + font-stretch: extra-expanded; + font-weight: 900 !important; + } .video-sub-info.description { @@ -218,7 +222,9 @@ a { .comments-author.owner { margin: 5px; - font-family: inter; + font-family: var(--text-font-primary); + font-weight: 1000; + font-stretch: ultra-expanded; white-space: -moz-pre-wrap !important; white-space: -pre-wrap; white-space: -o-pre-wrap; @@ -284,11 +290,16 @@ a { justify-items: center; justify-self: center; margin-top: -2.9em; + font-family: var(--text-font-primary); + font-stretch: expanded; } + .comments-author { margin: 7px; - font-family: inter; + font-family: var(--text-font-primary); + font-weight: 1000; + font-stretch: ultra-expanded; white-space: -moz-pre-wrap !important; white-space: -pre-wrap; white-space: -o-pre-wrap; @@ -333,6 +344,12 @@ a { font-weight: 600; } +.comment { + font-family: var(--text-font-primary); + font-stretch: expanded; + font-weight: 600 !important; +} + .tags { display: flex; flex-direction: row;