Created
April 9, 2019 00:48
-
-
Save jonocairns/0df9a50c95cdcf4a204147a58491e858 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url('https://fonts.googleapis.com/css?family=Roboto:700%27); | |
* { | |
font-family: 'Roboto', sans-serif; | |
font-weight:bold; | |
} | |
.ng-star-inserted h1, .ng-star-inserted h4 { | |
display:none; | |
} | |
.row h4 { | |
display:block; | |
margin-top: 1rem!important; | |
font-size: 1rem!important; | |
} | |
.navbar-brand, .navbar-nav, .nav-tabs { | |
text-transform: uppercase; | |
} | |
.navbar-brand { | |
color: white !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment