incorporate customization css

This commit is contained in:
2023-12-29 15:47:39 -06:00
parent 9bfb71c4d4
commit 2b705e2001

View File

@@ -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;
}