💄 style: add styling to infobox

This commit is contained in:
welpo
2023-06-26 02:12:49 +02:00
parent fc591f549c
commit 0494a54f57
2 changed files with 15 additions and 38 deletions

View File

@@ -166,3 +166,14 @@ table tbody tr:nth-child(even) {
text-indent: -2.4rem;
margin-left: 2.4rem;
}
.info-box {
border: 1px solid #087E96;
border-left-width: 0.3rem;
background-color: #d1f3f8;
padding: 1rem;
margin-top: 1rem;
margin-bottom: 1rem;
border-radius: 10px;
text-align: center;
}