ttrpg-compendium/assets/nataliah.css

21 lines
359 B
CSS
Raw Normal View History

/* Custom to Nataliah Journal */
menu {
background-color: darkslategrey;
2024-03-06 23:08:33 +00:00
a,a:visited,a:link,a:focus {
text-decoration: none;
color: grey;
transition: color 0.5s;
}
a:hover {
color: orchid;
transition: color 0.5s;
text-decoration: underline;
}
}
figcaption {
font-family: cursive;
font-size: 1.5rem;
2024-03-06 23:08:33 +00:00
color: lightgrey
}