font changes lel

This commit is contained in:
Ashley 2023-01-08 14:42:40 +00:00
parent 16cde644de
commit 1739840c0f

View file

@ -18,6 +18,7 @@
along with this program. If not, see https://www.gnu.org/licenses/. along with this program. If not, see https://www.gnu.org/licenses/.
*/ */
:root { :root {
/* text */ /* text */
--text-link: #0ab7f0; --text-link: #0ab7f0;
@ -331,7 +332,10 @@ a {
} }
.subscribe-button > a { .subscribe-button > a {
color: black; color: black !important;
font-family: var(--text-font-primary);
font-stretch: ultra-expanded;
font-weight: 900;
} }
.video > .thumbnail > .video-length { .video > .thumbnail > .video-length {