diff options
| author | Mark Otto <[email protected]> | 2011-09-11 20:46:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-11 20:46:40 -0700 |
| commit | 96e59eed20c24593208c8a216c13e6409fae7d9d (patch) | |
| tree | fedc8e98930ae9518e067ed8606637cdf0679df6 /bootstrap-1.3.0.css | |
| parent | af2223efb1048c9b9dd53f7f2481646d731d0da7 (diff) | |
| download | bootstrap-96e59eed20c24593208c8a216c13e6409fae7d9d.tar.xz bootstrap-96e59eed20c24593208c8a216c13e6409fae7d9d.zip | |
update theme.less todos and darken link hover color more
Diffstat (limited to 'bootstrap-1.3.0.css')
| -rw-r--r-- | bootstrap-1.3.0.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css index 23eda7a42..3da5fab68 100644 --- a/bootstrap-1.3.0.css +++ b/bootstrap-1.3.0.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sun Sep 11 20:23:28 PDT 2011 + * Date: Sun Sep 11 20:46:26 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -272,8 +272,6 @@ textarea { /* TODO: - add ability to set app/site-wide base font-face (need better variables: @baseFontSize, @baseFontFace, @baseLineHeight, etc) -- make form inputs and tables apply the new global type changes (currently statically set) -- add new docs section for examples - add new docs section for Theme.less *//* * Scaffolding @@ -352,7 +350,7 @@ a { font-weight: inherit; } a:hover { - color: #0050a3; + color: #00438a; text-decoration: underline; } .pull-right { @@ -1695,7 +1693,7 @@ a.menu:after, .dropdown-toggle:after { border-radius: 15px; } .pills a:hover { - background: #0050a3; + background: #00438a; color: #fff; text-decoration: none; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); |
