Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
berumuron
Reflets
Commits
c505b75a
Commit
c505b75a
authored
Jul 03, 2019
by
berumuron
Browse files
Introduce main colors
parent
efee8e90
Changes
1
Show whitespace changes
Inline
Side-by-side
src/static/app.css
View file @
c505b75a
/* Global */
/* Global */
:root
{
--main-color
:
#22183E
;
--main-color-muted
:
#52486E
;
--secondary-color
:
#542DBC
;
--contrast-color
:
#F2F2F2
;
}
*
{
*
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
...
@@ -15,6 +22,12 @@ html {
...
@@ -15,6 +22,12 @@ html {
line-height
:
26px
;
line-height
:
26px
;
}
}
body
{
color
:
var
(
--main-color
);
background-color
:
var
(
--contrast-color
);
}
@media
(
min-width
:
800px
)
{
@media
(
min-width
:
800px
)
{
html
{
html
{
font-size
:
20px
;
font-size
:
20px
;
...
@@ -52,6 +65,15 @@ p:last-child {
...
@@ -52,6 +65,15 @@ p:last-child {
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
.text-muted
{
color
:
var
(
--main-color-muted
);
}
/* Links */
a
{
color
:
var
(
--secondary-color
);
}
/* Containers */
/* Containers */
.container
{
.container
{
max-width
:
1200px
;
max-width
:
1200px
;
...
...
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