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
+1 -1
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;
+3 -3
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;
}
+2 -2
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;