Files
tonys-rookie-enhancements/style.css

27 lines
560 B
CSS

/*
Theme Name: Tonys-rookie-enhancements
Theme URI:
Description: Rookie child theme.
Author: Me
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;
}