-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colour Scheme #113
base: master
Are you sure you want to change the base?
Colour Scheme #113
Conversation
|
||
.navbar .btn { | ||
background: #B29155; | ||
color: #000; | ||
font-weight: 500; | ||
} | ||
.navbar .btn:focus { | ||
box-shadow: none; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have these converted into SCSS please? 😊
@@ -1,6 +1,6 @@ | |||
body { | |||
font-family: "Montserrat", sans-serif; | |||
background-color: #e0e8e5; | |||
background-color: #ECE9E1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lowercase colour names please. 😊
Updates? |
I'll make another commit to fix these changes today. |
Any updates? 😊 |
Issue that this pull request solves
Closes: #105
Proposed changes
Changed the color scheme of website to black and gold.
Types of changes
Put an
x
in the boxes that applyChecklist
Screenshots