9 lines
129 B
CSS
9 lines
129 B
CSS
|
/* Custom to Bask Journal */
|
||
|
menu {
|
||
|
background-color: orange;
|
||
|
}
|
||
|
figcaption {
|
||
|
font-family: sans-serif;
|
||
|
font-size: 1.5rem;
|
||
|
}
|