feat: add changelog modal on visit if new version is detected

This commit is contained in:
Kentai Radiquum 2024-08-12 03:18:41 +05:00
parent 04c072fba7
commit 8bcd548ae3
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
11 changed files with 1137 additions and 22 deletions

View file

@ -0,0 +1,16 @@
.markdown h1 {
font-size: 1.5rem;
font-weight: 700;
}
.markdown h2 {
font-size: 1rem;
font-weight: 700;
margin-block: 1rem 0.25rem;
}
.markdown ul {
list-style-type: disc;
-webkit-padding-start: 20px;
padding-inline-start: 20px;
}