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
Branches
Tags
1 merge request!246Resolve "Hide "Ask question" and "Statistics" options"
...@@ -6,3 +6,12 @@ mat-tab-group { ...@@ -6,3 +6,12 @@ mat-tab-group {
.tab-container { .tab-container {
padding: 5px; 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 { ...@@ -16,6 +16,7 @@ app-comment-list {
textarea { textarea {
line-height: 120%; line-height: 120%;
color: var(--on-surface);
} }
.send { .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