fixing stuff

This commit is contained in:
Benoit Alessandroni 2020-10-13 00:48:02 +02:00
parent 4395fe187f
commit f87984b454
3 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ solid-event section {
width: 100%; width: 100%;
font-family: "Facit"; font-family: "Facit";
font-weight: 400; font-weight: 400;
color: #7A7F85; color: var(--color-main-text);
solid-event { solid-event {
solid-display div { solid-display div {
max-width: 1110px; max-width: 1110px;

View File

@ -144,7 +144,7 @@ solid-poll > div {
} }
} }
[name="shortDescription"] { [name="shortDescription"] {
color: #7A7F85; color: var(--color-main-text);
font-family: Facit; font-family: Facit;
font-size: 14px; font-size: 14px;
letter-spacing: 0; letter-spacing: 0;
@ -229,7 +229,7 @@ solid-poll > div {
[name="shortDescription"], [name="shortDescription"],
[name="longDescription"] { [name="longDescription"] {
margin: 20px 0; margin: 20px 0;
color: #7A7F85; color: var(--color-main-text);
font-family: Facit; font-family: Facit;
} }
[name="shortDescription"] { [name="shortDescription"] {
@ -385,7 +385,7 @@ solid-poll > div {
} }
p { p {
margin-top: 10px; margin-top: 10px;
color: #7A7F85; color: var(--color-main-text);
font-family: Facit; font-family: Facit;
font-size: 16px; font-size: 16px;
} }

View File

@ -3,7 +3,7 @@
width: 100%; width: 100%;
font-family: "Facit"; font-family: "Facit";
font-weight: 400; font-weight: 400;
color: #7A7F85; color: var(--content-font-color);
solid-resource { solid-resource {
solid-display div { solid-display div {
max-width: 1110px; max-width: 1110px;
@ -114,7 +114,7 @@
background-color: var(--form-inputs-background); background-color: var(--form-inputs-background);
} }
.newresource input[type="submit"] { .newresource input[type="submit"] {
background-color: #3C3F57; background-color: var(--form-inputs-background);
} }
.newresource input[type="file"] { .newresource input[type="file"] {
background-color: transparent; background-color: transparent;