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 decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristiyan Hristov committed Mar 30, 2015
1 parent b989724 commit 481c986
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 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.6",
"version": "1.0.7",
"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 @@ -14,8 +14,8 @@
"@body-bg": "#fff",
"@text-color": "@gray-dark",
"@link-color": "@brand-info",
"@link-hover-color": "darken(@link-color, 15%)",
"@link-hover-decoration": "underline",
"@link-hover-color": "lighten(@link-color, 15%)",
"@link-hover-decoration": "none",
"@font-family-sans-serif": "'Open SaontAwesome, sans-serns', Fif",
"@font-family-serif": "Georgia, \"Times New Roman\", Times, serif",
"@font-family-monospace": "Menlo, Monaco, Consolas, \"Courier New\", monospace",
Expand Down Expand Up @@ -426,5 +426,5 @@
"scrollspy.js",
"transition.js"
],
"customizerUrl": "http://getbootstrap.com/customize/?id=c7c83f7def4667e47669"
"customizerUrl": "http://getbootstrap.com/customize/?id=03e04cd10d3be6744be1"
}
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=c7c83f7def4667e47669)
* Config saved to config.json and https://gist.github.com/c7c83f7def4667e47669
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=03e04cd10d3be6744be1)
* Config saved to config.json and https://gist.github.com/03e04cd10d3be6744be1
*/
.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.

14 changes: 7 additions & 7 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=c7c83f7def4667e47669)
* Config saved to config.json and https://gist.github.com/c7c83f7def4667e47669
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=03e04cd10d3be6744be1)
* Config saved to config.json and https://gist.github.com/03e04cd10d3be6744be1
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
Expand Down Expand Up @@ -1106,8 +1106,8 @@ a {
}
a:hover,
a:focus {
color: #153e60;
text-decoration: underline;
color: #398fd5;
text-decoration: none;
}
a:focus {
outline: thin dotted;
Expand Down Expand Up @@ -3332,8 +3332,8 @@ fieldset[disabled] .btn-link {
}
.btn-link:hover,
.btn-link:focus {
color: #153e60;
text-decoration: underline;
color: #398fd5;
text-decoration: none;
background-color: transparent;
}
.btn-link[disabled]:hover,
Expand Down Expand Up @@ -4647,7 +4647,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #153e60;
color: #398fd5;
background-color: #eeeeee;
border-color: #dddddd;
}
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=c7c83f7def4667e47669)
* Config saved to config.json and https://gist.github.com/c7c83f7def4667e47669
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=03e04cd10d3be6744be1)
* Config saved to config.json and https://gist.github.com/03e04cd10d3be6744be1
*/
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 481c986

Please sign in to comment.