Skip to content
Snippets Groups Projects
Commit 9d279351 authored by Marco Holz's avatar Marco Holz
Browse files

Set color of alt text for images

parent c92a2222
No related branches found
No related tags found
1 merge request!50Set color of alt text for images
...@@ -14,3 +14,7 @@ dl dt { ...@@ -14,3 +14,7 @@ dl dt {
.center { .center {
text-align: center; text-align: center;
} }
img {
color: red; /* color of alt text for images with invalid src url */
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment