Created
October 10, 2019 23:16
-
-
Save gera3d/bc500c0c9ca8467bf0c7d68766cc8d63 to your computer and use it in GitHub Desktop.
Custom Wine Styles
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
New Styles | |
/**Custom styles for the king estate winery**/ | |
body { | |
background-color: #f7f7f5 !important; | |
color: #8e6a02 !important; | |
} | |
.nav-tabs>li.active>a { | |
color: #8e6a02 !important; | |
} | |
.btn-primary { | |
background-color: #8e6a02 !important; | |
border-color: #8e6a02 !important; | |
color: #ffffff !important; | |
letter-spacing: 2px !important; | |
text-transform: uppercase !important; | |
font-weight: 400 !important; | |
border-radius: 0px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment