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%;
font-family: "Facit";
font-weight: 400;
color: #7A7F85;
color: var(--color-main-text);
solid-event {
solid-display div {
max-width: 1110px;

View File

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

View File

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