Update styling for <dl>

This commit is contained in:
Fred Boniface 2023-01-11 23:56:01 +00:00
parent 85d6f9a73e
commit b67b1ca1b5

View File

@ -214,6 +214,26 @@ body {
.content a:hover {
color: var(--link-visited-color)
}
.content dl {
width: 90%;
margin: auto;
margin-top: 20px;
margin-bottom: 40px;
text-align: center;
color: var(--main-text-color);
font-family: oxygen, sans-serif;
font-weight: normal;
}
.content dt {
font-weight: bolder;
}
.content dd {
padding-bottom: 15px;
}
/* FOOTER */
footer {
position: relative;