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

styling

parent 2b008a9a
No related merge requests found
......@@ -24,8 +24,8 @@ button {
}
.save {
background-color: var(--secondary);
color: var(--on-secondary);
background-color: var(--primary);
color: var(--on-primary);
margin-right: 1%;
}
......
......@@ -64,13 +64,13 @@ mat-card-content > :first-child {
.score {
text-align: center;
margin: 0;
color: var(--on-surface);
color: var(--primary);
font-size: 24px;
font-weight: bold;
}
.scoreCreator {
color: var(--on-surface);
color: var(--primary);
margin: 0 10px 0 10px;
font-size: 24px;
font-weight: bold;
......@@ -120,7 +120,7 @@ mat-card-content > :first-child {
}
.gavel {
color: var(--primary);
color: var(--primary) !important;
}
.moderator {
......
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