make navbar brown again
This commit is contained in:
committed by
Berkeley Martinez
parent
4101a6c34a
commit
345b0a5513
@ -26,7 +26,7 @@
|
||||
//## Settings for some of the most global styles.
|
||||
|
||||
//** Background color for `<body>`.
|
||||
@body-bg: #fefefe;
|
||||
@body-bg: #eee;
|
||||
//** Global text color on `<body>`.
|
||||
@text-color: @gray-dark;
|
||||
|
||||
|
@ -42,17 +42,13 @@ html {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
//input[type=checkbox] {
|
||||
// /* Double-sized Checkboxes */
|
||||
// -ms-transform: scale(2); /* IE */
|
||||
// -moz-transform: scale(2); /* FF */
|
||||
// -webkit-transform: scale(2); /* Safari and Chrome */
|
||||
// -o-transform: scale(2); /* Opera */
|
||||
// padding: 10px;
|
||||
//}
|
||||
|
||||
.btn-group {
|
||||
border-color: @brand-primary;
|
||||
input[type=checkbox] {
|
||||
/* Double-sized Checkboxes */
|
||||
-ms-transform: scale(2); /* IE */
|
||||
-moz-transform: scale(2); /* FF */
|
||||
-webkit-transform: scale(2); /* Safari and Chrome */
|
||||
-o-transform: scale(2); /* Opera */
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
body.full-screen-body-background {
|
||||
@ -94,7 +90,7 @@ h1, h2, h3, h4, h5, h6, p, li {
|
||||
|
||||
.thumbnail {
|
||||
background-color: #EEEEEE;
|
||||
// box-shadow: 0 0 5px #ccc, inset 0 0 0 #000;
|
||||
// box-shadow: 0 0 5px #ccc, inset 0 0 0 #000;
|
||||
}
|
||||
|
||||
// Font Icons
|
||||
@ -331,13 +327,13 @@ ul {
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #215f1e;
|
||||
background-color: #4a2b0f;
|
||||
}
|
||||
|
||||
.navbar-nav > li > a {
|
||||
color: @gray-lighter;
|
||||
&:hover {
|
||||
color: #215f1e;
|
||||
color: #4a2b0f;
|
||||
}
|
||||
}
|
||||
|
||||
@ -376,7 +372,7 @@ ul {
|
||||
}
|
||||
|
||||
*, *:before, *:after {
|
||||
box-sizing: border-box !important;
|
||||
box-sizing: border-box !important;
|
||||
}
|
||||
|
||||
.btn-big {
|
||||
@ -445,7 +441,7 @@ thead {
|
||||
}
|
||||
|
||||
.navbar-right {
|
||||
background-color: #215f1e;
|
||||
background-color: #4a2b0f;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -590,7 +586,7 @@ thead {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
text-align: center;
|
||||
background-color: #215f1e;
|
||||
background-color: #4a2b0f;
|
||||
padding: 12px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
@ -605,7 +601,7 @@ thead {
|
||||
padding-top: 14px;
|
||||
padding-bottom: 12px;
|
||||
&:hover {
|
||||
color: #215f1e;
|
||||
color: #4a2b0f;
|
||||
background-color: @gray-lighter;
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -693,8 +689,8 @@ div.CodeMirror-scroll {
|
||||
border-radius: 5px;
|
||||
}
|
||||
.bonfire-flames {
|
||||
margin-top: -20px;
|
||||
margin-bottom: -2px;
|
||||
margin-top: -20px;
|
||||
margin-bottom: -2px;
|
||||
}
|
||||
|
||||
.bonfire-top {
|
||||
@ -965,8 +961,8 @@ hr {
|
||||
}
|
||||
|
||||
.checklist-element {
|
||||
margin-left: -60px;
|
||||
margin-right: -20px;
|
||||
margin-left: -60px;
|
||||
margin-right: -20px;
|
||||
}
|
||||
|
||||
.profile-social-icons {
|
||||
@ -1027,7 +1023,7 @@ code {
|
||||
}
|
||||
|
||||
.gitter-chat-embed {
|
||||
z-index: 20000 !important;
|
||||
z-index: 20000 !important;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user