Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
retribute.me
retribute.me
Commits
efcc279b
Commit
efcc279b
authored
Sep 27, 2019
by
Ciarán Ainsworth
Browse files
Made color changes
parent
a9a5f779
Pipeline
#5909
passed with stages
in 1 minute and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/style/3-base/_layout.scss
View file @
efcc279b
...
...
@@ -33,13 +33,13 @@ footer.main-footer {
}
.row.strong
{
background
:
$page-background
;
background
:
linear-gradient
(
90deg
,
#
00b06a
0%
,
#7ac365
100%
);
background
:
linear-gradient
(
90deg
,
#
f2c600
0%
,
#f6da5c
100%
);
@media
screen
and
(
min-width
:
$tablet-width
)
{
padding
:
$content-padding
*
2
;
}
color
:
$text-background-color
;
a
{
color
:
$
text-background
-color
;
color
:
$
link
-color
;
}
.pure-button
{
background-color
:
$text-background-color
;
...
...
@@ -69,7 +69,7 @@ section.wide, .navigation-wrapper > nav {
box-shadow
:
0px
0px
2px
rgba
(
1
,
1
,
1
,
0
.15
)
inset
;
}
footer
.main-footer
{
background-color
:
#2
52a2a
;
background-color
:
#2
f4858
;
color
:
$text-background-color
;
padding
:
$content-padding
;
a
{
...
...
src/style/_variables.scss
View file @
efcc279b
...
...
@@ -4,9 +4,9 @@ $very-large-content-width: 1300px;
$content-separator-width
:
1em
;
$content-padding
:
1em
;
$page-background
:
#
2bac48
;
$page-background
:
#
f2c600
;
$light-background-color
:
#F2F3F5
;
$link-color
:
#
7ABAF0
;
$link-color
:
#
006e62
;
$text-color
:
#000000
;
$text-background-color
:
#FBFBFB
;
$border-color
:
#FBFBFB
;
...
...
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