Skip to content
Snippets Groups Projects
Commit 1c36187c authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix colors of content-create-page

parent c6cc206b
No related merge requests found
......@@ -6,3 +6,12 @@ mat-tab-group {
.tab-container {
padding: 5px;
}
::ng-deep .mat-tab-label {
color: var(--on-surface);
}
::ng-deep .mat-tab-label-active {
color: var(--secondary);
}
::ng-deep .mat-form-field-label {
color: var(--on-surface)!important;
}
::ng-deep .mat-form-field-underline {
background-color: var(--on-surface)!important;
}
::ng-deep .mat-form-field-ripple {
background-color: var(--on-surface)!important;
}
mat-form-field {
color: var(--on-surface);
}
......@@ -16,6 +16,7 @@ app-comment-list {
textarea {
line-height: 120%;
color: var(--on-surface);
}
.send {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment