mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-18 02:50:18 -04:00
black
This commit is contained in:
parent
19eb11ad18
commit
cd827512f8
|
@ -31,7 +31,7 @@
|
|||
<!-- Masthead-->
|
||||
<header class="masthead">
|
||||
<div class="container">
|
||||
<div style='BLACK' : class="masthead-subheading">Brancher For Companies</div>
|
||||
<div class="masthead-subheading">Brancher For Companies</div>
|
||||
<div class="masthead-heading text-uppercase">Expand Your Reach</div>
|
||||
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="login.html">Already Have An Account?</a>
|
||||
</div>
|
||||
|
|
|
@ -64,9 +64,10 @@ body {
|
|||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
color: #212529;
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
background-color: #070707;
|
||||
color: #fff;
|
||||
|
||||
}
|
||||
|
||||
[tabindex="-1"]:focus:not(:focus-visible) {
|
||||
|
@ -162,7 +163,7 @@ sup {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #fed136;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
@ -2473,9 +2474,9 @@ fieldset:disabled a.btn {
|
|||
}
|
||||
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #fed136;
|
||||
background-color: #070707;
|
||||
border-color: #fed136;
|
||||
color: #fff;
|
||||
}
|
||||
.btn-primary:hover {
|
||||
color: #fff;
|
||||
|
@ -3986,6 +3987,7 @@ input[type=button].btn-block {
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0.5rem 1rem;
|
||||
background-color: #070707;
|
||||
}
|
||||
.navbar .container,
|
||||
.navbar .container-fluid,
|
||||
|
@ -3997,6 +3999,7 @@ input[type=button].btn-block {
|
|||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background-color: #070707;
|
||||
}
|
||||
.navbar-brand {
|
||||
display: inline-block;
|
||||
|
@ -6157,7 +6160,7 @@ button.bg-danger:focus {
|
|||
}
|
||||
|
||||
.bg-light {
|
||||
background-color: #f8f9fa !important;
|
||||
background-color: #070707 !important;
|
||||
}
|
||||
|
||||
a.bg-light:hover, a.bg-light:focus,
|
||||
|
@ -9867,7 +9870,7 @@ a.text-dark:hover, a.text-dark:focus {
|
|||
}
|
||||
|
||||
.text-muted {
|
||||
color: #6c757d !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.text-black-50 {
|
||||
|
@ -10077,9 +10080,9 @@ img::-moz-selection {
|
|||
padding: 0.75rem;
|
||||
font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
font-size: 0.75rem;
|
||||
color: #212529;
|
||||
color: #fff;
|
||||
text-transform: uppercase;
|
||||
background-color: #fed136;
|
||||
background-color: #070707;
|
||||
border: 0;
|
||||
}
|
||||
#mainNav .navbar-brand {
|
||||
|
@ -10212,7 +10215,7 @@ header.masthead .masthead-heading {
|
|||
#portfolio .portfolio-item .portfolio-caption {
|
||||
padding: 1.5rem;
|
||||
text-align: center;
|
||||
background-color: #fff;
|
||||
background-color: #070707;
|
||||
}
|
||||
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
|
||||
font-size: 1.5rem;
|
||||
|
@ -10447,8 +10450,7 @@ header.masthead .masthead-heading {
|
|||
}
|
||||
|
||||
section#contact {
|
||||
background-color: #212529;
|
||||
background-image: url("../assets/img/map-image.png");
|
||||
background-color: #070707;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user