Last active
April 9, 2019 00:49
-
-
Save jonocairns/4f0ee2a8a34e7ed7ec95538b77ec7123 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'); | |
* { | |
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