mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
change some styles
This commit is contained in:
parent
8d89c53fce
commit
7c9de6ce78
2 changed files with 26 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
<body id="home" data-spy="scroll" data-target=".navbar" data-offset="100">
|
||||
<!-- navbar -->
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top nav-transparent">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark lbry-teal fixed-top nav-transparent">
|
||||
<div class="container">
|
||||
<span class="navbar-brand order-1 mr-0"><i class="fab fa-github"></i></span>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
|
||||
|
@ -64,7 +64,7 @@
|
|||
<h1 class="display-2" Ideas style="font-weight: bold;">Welcome to LBRY </h1>
|
||||
<p class="lead">LBRY LBRY LBRY LBRY LBRY LBRY LBRY LBRY LBRY LBRY LBRY LBRY</p>
|
||||
<div class="btn-group mt-4" role="group" aria-label="Callout buttons">
|
||||
<a type="button" class="btn btn-primary btn-lg" href="https://lbry.com/get">Download LBRY</a>
|
||||
<a type="button" class="btn lbry-teal text-white btn-lg" href="https://lbry.com/get">Download LBRY</a>
|
||||
<a class="btn btn-light btn-lg" href="https://chat.lbry.com">Join Discord</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -153,7 +153,7 @@
|
|||
<div class="input-group">
|
||||
<input type="text" class="form-control" placeholder="Email">
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-primary" type="button">Sign up</button>
|
||||
<button class="btn lbry-teal text-white" type="button">Sign up</button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -97,4 +97,26 @@ nav {
|
|||
.nav-transparent {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
/* /Navbar */
|
||||
/* /Navbar */
|
||||
|
||||
/* Special Branded Color Classes*/
|
||||
.lbry-teal {
|
||||
background-color:rgb(3, 76, 105);
|
||||
}
|
||||
|
||||
.dropdown-item.active {
|
||||
background-color:rgb(3, 76, 105);
|
||||
}
|
||||
|
||||
.dropdown-item:active {
|
||||
background-color:rgb(3, 76, 105);
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
background-color:rgb(3, 76, 105);
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
color: white;
|
||||
}
|
||||
/* /Special Branded Color Classes*/
|
Loading…
Add table
Reference in a new issue