make magnet h2 clickable

This commit is contained in:
ghost 2023-08-30 20:29:28 +03:00
parent 8b7141e2c1
commit cf19621062
4 changed files with 35 additions and 16 deletions

View file

@ -82,6 +82,10 @@
border-bottom: 1px #5d627d solid;
}
.border-top-default {
border-top: 1px #5d627d solid;
}
.background-color-night {
background-color: #34384f;
}
@ -216,6 +220,10 @@
margin-bottom: 8px;
}
.margin-t-16 {
margin-top: 16px;
}
.margin-b-16 {
margin-bottom: 16px;
}