fixing stuff
This commit is contained in:
parent
4395fe187f
commit
f87984b454
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user