From 2b705e200144b0772a58c788072f4d75a670288e Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Fri, 29 Dec 2023 15:47:39 -0600 Subject: [PATCH] incorporate customization css --- style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/style.css b/style.css index 6dc9c0f..636652c 100644 --- a/style.css +++ b/style.css @@ -7,3 +7,21 @@ Author URI: Template: rookie Version: 0.1.0 */ + +@import url('https://fonts.googleapis.com/css?family=Jost&display=swap'); + +.site-title, .site-description { + font-family: Jost; +} + +.sp-league-table th { + font-family: Oswald, sans-serif; + text-transform: uppercase; + background-color: rgb(13, 71, 133); + color: white; +} + +@media screen and (max-width:782px) + .tablenav .view-switch, .tablenav.top .actions{ + display: inherit; +} \ No newline at end of file