Add Seventh Ancillary Journal

This commit is contained in:
Bill Niblock 2024-03-06 18:06:17 -05:00
parent 4dbf2aeb3e
commit 32ef5808fa
59 changed files with 3196 additions and 0 deletions

22
assets/seventh.css Normal file
View file

@ -0,0 +1,22 @@
/* Custom to 7th Ancillary Journal */
menu {
background-color: darkred;
a,a:visited,a:link,a:focus {
text-decoration: none;
color: white;
transition: color 0.5s;
}
a:hover {
color: yellow;
transition: color 0.5s;
text-decoration: underline;
}
}
figcaption {
font-family: sans-serif;
font-size: 1.2rem;
}
.menu-toggle {
background-color: darkred; color: white;
}

BIN
assets/seventh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB