core: add borders to h2

This commit is contained in:
Trianta 2024-12-10 01:11:40 -06:00
parent 7da8c9dc67
commit 0cf7fc9f18

View File

@ -53,6 +53,8 @@ h1 {
}
h2 {
border: solid 2px #06CDFF;
border-radius: 12px;
margin: auto;
padding: 8px;
text-align: center;