Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
4386650e
Commit
4386650e
authored
11 years ago
by
Mario Bonito
Browse files
Options
Download
Email Patches
Plain Diff
Corrected color contrast to WCAG 2.0 AA
parent
463343af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs-assets/css/docs.css
+2
-2
docs-assets/css/docs.css
less/variables.less
+4
-4
less/variables.less
with
6 additions
and
6 deletions
+6
-6
docs-assets/css/docs.css
+
2
-
2
View file @
4386650e
...
...
@@ -586,14 +586,14 @@ h1[id] {
border-color
:
#faebcc
;
}
.bs-callout-warning
h4
{
color
:
#
c09853
;
color
:
#
8a6d3b
;
}
.bs-callout-info
{
background-color
:
#f4f8fa
;
border-color
:
#bce8f1
;
}
.bs-callout-info
h4
{
color
:
#3
a87ad
;
color
:
#3
4789a
;
}
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
4
-
4
View file @
4386650e
...
...
@@ -375,19 +375,19 @@
// Form states and alerts
// -------------------------
@state-success-text: #
468847
;
@state-success-text: #
3c763d
;
@state-success-bg: #dff0d8;
@state-success-border: darken(spin(@state-success-bg, -10), 5%);
@state-info-text: #3
a87ad
;
@state-info-text: #3
1708f
;
@state-info-bg: #d9edf7;
@state-info-border: darken(spin(@state-info-bg, -10), 7%);
@state-warning-text: #
c09853
;
@state-warning-text: #
8a6d3b
;
@state-warning-bg: #fcf8e3;
@state-warning-border: darken(spin(@state-warning-bg, -10), 5%);
@state-danger-text: #
b
94
a48
;
@state-danger-text: #
a
94
442
;
@state-danger-bg: #f2dede;
@state-danger-border: darken(spin(@state-danger-bg, -10), 5%);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment