Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Shuttleworth foundation
shuttleworth-foundation-shades-of-green
Commits
4f16146f
Unverified
Commit
4f16146f
authored
Jan 27, 2020
by
Arthur Attwell
Browse files
Add green alternative (add class 'green' to the body)
parent
dd0fb02d
Changes
1
Hide whitespace changes
Inline
Side-by-side
_sass/custom/_web-landing-page.scss
View file @
4f16146f
...
...
@@ -127,3 +127,36 @@
line-height
:
1
.4
;
}
}
// Green alternative
.home.green
{
#wrapper
{
background-color
:
$green
;
}
.landing-page-title
strong
{
color
:
white
;
}
.landing-page-subtitle
{
color
:
white
;
}
.landing-page-buttons-read-online
{
background-color
:
white
;
color
:
$green
;
&
:hover
{
background-color
:
$black-70
;
}
}
.landing-page-buttons-secondary
a
{
color
:
white
}
.intro
{
color
:
white
;
}
#footer
{
background-color
:
$black
;
color
:
$black-30
;
a
{
color
:
$green
;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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