Initial commit with simple custom css to add branding
This commit is contained in:
30
assets/scss/custom.scss
Normal file
30
assets/scss/custom.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
.navbar{
|
||||
background: #0d4f76;
|
||||
}
|
||||
.site-navigation .nav-item .nav-link {
|
||||
color: #6bfdb1
|
||||
}
|
||||
.btn-primary{
|
||||
background:#01bace
|
||||
}
|
||||
|
||||
.btn-primary:hover{
|
||||
background:#017380
|
||||
}
|
||||
|
||||
|
||||
.btn {
|
||||
color: #6bfdb1 !important
|
||||
}
|
||||
|
||||
$bg-blur: rgba(#000, 0.4);
|
||||
.site-hero-content {
|
||||
background-color: $bg-blur;
|
||||
}
|
||||
|
||||
.site-hero-content h1 {
|
||||
color: #6bfdb1 !important;
|
||||
}
|
||||
.site-hero-content h6 {
|
||||
color: #6bfdb1 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user