Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
0a78c480
Commit
0a78c480
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
darken gradient
parent
a52b0d7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/scss/_homepage.scss
+2
-2
docs/assets/scss/_homepage.scss
with
2 additions
and
2 deletions
+2
-2
docs/assets/scss/_homepage.scss
+
2
-
2
View file @
0a78c480
...
...
@@ -34,8 +34,8 @@
padding
:
(
$grid-gutter-width
/
2
);
color
:
$bd-purple-light
;
text-align
:
center
;
background
:
-webkit-linear-gradient
(
135deg
,
darken
(
$bd-purple
,
15
%
)
,
$bd-purple
,
lighten
(
saturate
(
$bd-purple
,
5%
)
,
15%
));
background
:
linear-gradient
(
135deg
,
darken
(
$bd-purple
,
15
%
)
,
$bd-purple
,
lighten
(
saturate
(
$bd-purple
,
5%
)
,
15%
));
background
:
-webkit-linear-gradient
(
135deg
,
darken
(
$bd-purple
,
20
%
)
,
$bd-purple
,
lighten
(
saturate
(
$bd-purple
,
5%
)
,
15%
));
background
:
linear-gradient
(
135deg
,
darken
(
$bd-purple
,
20
%
)
,
$bd-purple
,
lighten
(
saturate
(
$bd-purple
,
5%
)
,
15%
));
.bd-booticon
{
margin
:
0
auto
2rem
;
...
...
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
Menu
Explore
Projects
Groups
Snippets