incorporate customization css
This commit is contained in:
18
style.css
18
style.css
@@ -7,3 +7,21 @@ Author URI:
|
|||||||
Template: rookie
|
Template: rookie
|
||||||
Version: 0.1.0
|
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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user