Skip to content
Snippets Groups Projects
Commit 7e83e587 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

styling

parent 7918cb8a
No related merge requests found
......@@ -4,8 +4,8 @@ app-comment, mat-card {
}
.answer {
background-color: lightseagreen;
color: #eadabf;
background-color: var(--primary);
color: var(--on-primary);
padding: 3% 3%;
box-sizing: border-box;
font-size: 16px;
......@@ -14,7 +14,8 @@ app-comment, mat-card {
}
.answer a {
color: #eadabf !important;
color: var(--on-primary) !important;
text-decoration: underline !important;
}
button {
......@@ -23,8 +24,8 @@ button {
}
.save {
background-color: var(--primary);
color: var(--on-primary);
background-color: var(--secondary);
color: var(--on-secondary);
margin-right: 1%;
}
......
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