mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-01 02:19:41 +05:00
feat: add changelog modal on visit if new version is detected
This commit is contained in:
parent
04c072fba7
commit
8bcd548ae3
11 changed files with 1137 additions and 22 deletions
16
app/components/ChangelogModal/ChangelogModal.module.css
Normal file
16
app/components/ChangelogModal/ChangelogModal.module.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue