Browse Source

added styling for things that are clicked

master
Cristina Cochior 4 years ago
parent
commit
d830414a7d
  1. 4
      static/css/main.css

4
static/css/main.css

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

Loading…
Cancel
Save