Update styling for <dl>
This commit is contained in:
parent
85d6f9a73e
commit
b67b1ca1b5
@ -214,6 +214,26 @@ body {
|
|||||||
.content a:hover {
|
.content a:hover {
|
||||||
color: var(--link-visited-color)
|
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 */
|
||||||
footer {
|
footer {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user