Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Commit

Permalink
changed link color and nav colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristiyan Hristov committed Mar 30, 2015
1 parent 752ed6a commit 84ca8ae
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-he",
"version": "1.0.2",
"version": "1.0.5",
"homepage": "https://github.com/vm-labs/bootstrap-he",
"authors": [
"Kristiyan Hristov"
Expand Down
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@brand-danger": "#d94832",
"@body-bg": "#fff",
"@text-color": "@gray-dark",
"@link-color": "@brand-primary",
"@link-color": "@brand-info",
"@link-hover-color": "darken(@link-color, 15%)",
"@link-hover-decoration": "underline",
"@font-family-sans-serif": "'Open SaontAwesome, sans-serns', Fif",
Expand Down Expand Up @@ -187,7 +187,7 @@
"@nav-tabs-justified-link-border-color": "transparent",
"@nav-tabs-justified-active-link-border-color": "transparent",
"@nav-pills-border-radius": "0",
"@nav-pills-active-link-hover-bg": "@brand-info",
"@nav-pills-active-link-hover-bg": "transparent",
"@nav-pills-active-link-hover-color": "@brand-info",
"@pagination-color": "@link-color",
"@pagination-bg": "#fff",
Expand Down Expand Up @@ -426,5 +426,5 @@
"scrollspy.js",
"transition.js"
],
"customizerUrl": "http://getbootstrap.com/customize/?id=1917f548f5531ee2f19d"
"customizerUrl": "http://getbootstrap.com/customize/?id=2ab94a8e23b025d56223"
}
4 changes: 2 additions & 2 deletions dist/css/bootstrap-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1917f548f5531ee2f19d)
* Config saved to config.json and https://gist.github.com/1917f548f5531ee2f19d
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=2ab94a8e23b025d56223)
* Config saved to config.json and https://gist.github.com/2ab94a8e23b025d56223
*/
.btn-default,
.btn-primary,
Expand Down
4 changes: 2 additions & 2 deletions dist/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions dist/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1917f548f5531ee2f19d)
* Config saved to config.json and https://gist.github.com/1917f548f5531ee2f19d
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=2ab94a8e23b025d56223)
* Config saved to config.json and https://gist.github.com/2ab94a8e23b025d56223
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
Expand Down Expand Up @@ -1101,12 +1101,12 @@ textarea {
line-height: inherit;
}
a {
color: #0e2e54;
color: #22679f;
text-decoration: none;
}
a:hover,
a:focus {
color: #030a12;
color: #153e60;
text-decoration: underline;
}
a:focus {
Expand Down Expand Up @@ -3311,7 +3311,7 @@ fieldset[disabled] .btn-danger.active {
background-color: #ffffff;
}
.btn-link {
color: #0e2e54;
color: #22679f;
font-weight: normal;
border-radius: 0;
}
Expand All @@ -3332,7 +3332,7 @@ fieldset[disabled] .btn-link {
}
.btn-link:hover,
.btn-link:focus {
color: #030a12;
color: #153e60;
text-decoration: underline;
background-color: transparent;
}
Expand Down Expand Up @@ -3907,7 +3907,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav .open > a:hover,
.nav .open > a:focus {
background-color: transparent;
border-color: #0e2e54;
border-color: #22679f;
}
.nav .nav-divider {
height: 1px;
Expand Down Expand Up @@ -4000,7 +4000,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #22679f;
background-color: #22679f;
background-color: transparent;
}
.nav-stacked > li {
float: none;
Expand Down Expand Up @@ -4627,7 +4627,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #0e2e54;
color: #22679f;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
Expand All @@ -4647,7 +4647,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #030a12;
color: #153e60;
background-color: #eeeeee;
border-color: #dddddd;
}
Expand Down Expand Up @@ -4843,7 +4843,7 @@ a.badge:focus {
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #0e2e54;
color: #22679f;
background-color: #ffffff;
}
.list-group-item > .badge {
Expand Down Expand Up @@ -4914,7 +4914,7 @@ a.badge:focus {
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #0e2e54;
border-color: #22679f;
}
.thumbnail .caption {
padding: 9px;
Expand Down
6 changes: 3 additions & 3 deletions dist/css/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1917f548f5531ee2f19d)
* Config saved to config.json and https://gist.github.com/1917f548f5531ee2f19d
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=2ab94a8e23b025d56223)
* Config saved to config.json and https://gist.github.com/2ab94a8e23b025d56223
*/
if (typeof jQuery === 'undefined') {
throw new Error('Bootstrap\'s JavaScript requires jQuery')
Expand Down
4 changes: 2 additions & 2 deletions dist/js/bootstrap.min.js

Large diffs are not rendered by default.

0 comments on commit 84ca8ae

Please sign in to comment.