feat: swapping some colours
This commit is contained in:
parent
03ab1091b1
commit
c6c01ffb8b
3 changed files with 5 additions and 5 deletions
|
|
@ -8,8 +8,8 @@
|
||||||
font-family: "Assistant";
|
font-family: "Assistant";
|
||||||
font-size: 31px;
|
font-size: 31px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
background-clip: text;
|
background-clip: text !important;
|
||||||
background-image: linear-gradient(to right, rgb(1, 72, 111), rgb(0, 168, 112));
|
background: linear-gradient(to right, v.$color_gradient_start, v.$color_gradient_end);
|
||||||
color: transparent;
|
color: transparent;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -95,10 +95,10 @@ footer {
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
a {
|
a {
|
||||||
color: v.$color_primary;
|
color: v.$color_tertiary_emphasis;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
color: v.$color_primary;
|
color: v.$color_text;
|
||||||
.main__content {
|
.main__content {
|
||||||
max-width: v.$max_content_width;
|
max-width: v.$max_content_width;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue