/*
Theme Name: Twenty Twenty Child
Template: twentytwenty
Version: 1.0
*/

/* simple list styling for category archive */
.category-song-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-song-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #dedfdf;
}
.category-song-list a { text-decoration: none; }
.category-song-list a:hover { text-decoration: underline; }
.song-link { display: block; text-decoration: none; }
.song-title { display: block; font-weight: 800; font-size: 2rem; line-height: 1.2; }
.song-melodi { display: block; font-weight: 800; font-size: 1.8rem; line-height: 1.2; opacity: 0.95; }
.song-link:hover .song-title { text-decoration: underline; }

