9 lines
137 B
CSS
9 lines
137 B
CSS
|
/* Custom to Nataliah Journal */
|
||
|
menu {
|
||
|
background-color: darkslategrey;
|
||
|
}
|
||
|
figcaption {
|
||
|
font-family: cursive;
|
||
|
font-size: 1.5rem;
|
||
|
}
|