From 446eb6d593b97b7d11bc779afe02fdd621d79893 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Fri, 3 May 2024 04:02:21 +0000 Subject: font changes, video player changes and other minor changes --- src/app/kdrama/styles/search.module.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/app/kdrama/styles/search.module.css') diff --git a/src/app/kdrama/styles/search.module.css b/src/app/kdrama/styles/search.module.css index 5b9c965..80f70b9 100644 --- a/src/app/kdrama/styles/search.module.css +++ b/src/app/kdrama/styles/search.module.css @@ -4,7 +4,6 @@ .LoadingText { color: white; - font-family: "Atkinson Hyperlegible", serif; text-align: center; font-size: 18px; } @@ -25,9 +24,9 @@ outline: none; background-color: #121212; font-size: 16px; - font-family: "Atkinson Hyperlegible", serif; color: white; width: 100%; + font-family: "Lexend Deca"; } .SearchResults { @@ -73,9 +72,8 @@ .SearchEntry p { color: white; - font-family: "Lexend Deca", serif; font-size: 18px; - width: 35vh; + width: 45vh; } .SearchEntry img { -- cgit v1.2.3