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

Merge branch 'staging' into 'master'

change projector icon color

See merge request arsnova/arsnova-lite!398
parents 11c93c98 4b2a5de4
Branches
Tags
No related merge requests found
...@@ -105,7 +105,7 @@ h4 { ...@@ -105,7 +105,7 @@ h4 {
} }
.read-icon { .read-icon {
color: var(--blue); color: var(--grey);
} }
.favorite-icon { .favorite-icon {
......
...@@ -105,7 +105,7 @@ h4 { ...@@ -105,7 +105,7 @@ h4 {
} }
.read-icon { .read-icon {
color: var(--blue); color: var(--grey);
} }
.favorite-icon { .favorite-icon {
......
...@@ -34,7 +34,7 @@ mat-card-content > :first-child { ...@@ -34,7 +34,7 @@ mat-card-content > :first-child {
} }
.read-icon { .read-icon {
color: var(--blue); color: var(--grey);
} }
.favorite-icon { .favorite-icon {
......
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