diff --git a/style/new_style.css b/style/new_style.css index 6947298..d99dc68 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -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;