Button changes

This commit is contained in:
Victor Tran 2017-04-05 23:31:03 +10:00
parent 6ee47cc5c8
commit 25a2344172
2 changed files with 4 additions and 3 deletions

View file

@ -2006,6 +2006,7 @@ select[multiple].input-lg {
-ms-user-select: none;
user-select: none;
text-decoration: none !important;
font-variant: small-caps;
}
.btn:focus,
.btn:active:focus,
@ -2042,7 +2043,7 @@ fieldset[disabled] .btn {
.btn-default:focus,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color: black;
color: white;
background-color: rgba(255, 255, 255, 0.25);
border: none;
}

View file

@ -8,7 +8,7 @@
<h1 id="homeHeading">Welcome to the multi-user domain.</h1>
<hr>
<p>You are walking into a world of skins, applications, games, websites, viruses, and untold mysteries. Shift it your way while you uncover the truth behind ShiftOS and the multi-user domain.</p>
<a href="#about" class="btn btn-primary btn-xl page-scroll">I'm in.</a>
<a href="#about" class="btn btn-primary btn-xl page-scroll">Let's go!</a>
</div>
</div>
</header>