added styling for things that are clicked

This commit is contained in:
Cristina Cochior 2020-09-16 23:50:55 +02:00
parent 31383c9ef1
commit d830414a7d

View File

@ -124,3 +124,7 @@ audio.listed-audio {
embed.listed-pdf { embed.listed-pdf {
width: 100%; width: 100%;
} }
.clicked {
color: blue !important;
}