Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
AE
Sith
Commits
87b70d45
Commit
87b70d45
authored
Oct 09, 2018
by
Soldat
🤦🏻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed color
parent
20b513a3
Pipeline
#1553
passed with stage
in 7 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
core/static/core/style.scss
core/static/core/style.scss
+3
-3
No files found.
core/static/core/style.scss
View file @
87b70d45
...
...
@@ -21,7 +21,7 @@ $secondary-neutral-light-color: hsl(0, 0%, 91%);
$secondary-neutral-dark-color
:
hsl
(
40
,
57
.6%
,
17%
);
$white-color
:
hsl
(
219
.6
,
20
.8%
,
98%
);
$black-color
:
hsl
(
40
.
0
,
0%
,
17%
);
$black-color
:
hsl
(
0
,
0%
,
17%
);
$faceblue
:
hsl
(
221
,
44%
,
41%
);
$twitblue
:
hsl
(
206
,
82%
,
63%
);
...
...
@@ -372,7 +372,7 @@ header {
#content
{
padding
:
1em
1%
;
box-shadow
:
#dfdfdf
0px
5px
10px
;
box-shadow
:
$shadow-color
0px
5px
10px
;
background
:
$white-color
;
overflow
:
auto
;
}
...
...
@@ -391,7 +391,7 @@ header {
a
{
padding
:
7px
;
display
:
inline-block
;
color
:
#2b2b2b
;
color
:
$black-color
;
font-weight
:
bold
;
margin
:
2px
;
flex
:
1
;
...
...
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