attack diagrams; ar and dp; css paragraph styling; milestone work

This commit is contained in:
chimchooree
2023-01-31 00:18:19 -06:00
parent 31b7dc7f9f
commit 14dee57a03
7 changed files with 67 additions and 29 deletions
+8
View File
@@ -56,6 +56,7 @@ ul,ol {
list-style-type: none;
list-style-position: inside;
background-color: transparent;
margin-bottom: 1.5em;
}
li {
padding-left: 2em;
@@ -74,6 +75,13 @@ h1 a,h1 a:visited,h1 a:hover,h1 a:active {
h2 a:hover,h2 a:active {
font-family: 'mitochondriaregular', sans-serif;
}
h2 {
font-size: 1.5em;
}
p {
line-height: 2em;
margin-bottom: 1.5em;
}
.mundane {color:#aca79e;}
.common {color:#5576d1;}
.unusual {color:#9873AC;}