mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: cleanup and changelog for update
This commit is contained in:
+21
-1
@@ -3286,7 +3286,7 @@ body {
|
||||
margin: 0 auto;
|
||||
}
|
||||
.whatsnewImg {
|
||||
margin: 8px auto;
|
||||
margin: 0 auto;
|
||||
width: 90%;
|
||||
border-radius: 16px;
|
||||
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
|
||||
@@ -3305,6 +3305,26 @@ body {
|
||||
text-indent: -1em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
.whatsnewTextContainer .beta {
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
padding-top: 0.125rem;
|
||||
padding-bottom: 0.125rem;
|
||||
margin-left: 2px;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 500;
|
||||
color: #9a3412;
|
||||
background-color: #ffedd569;
|
||||
border-radius: 9999px;
|
||||
border: 1px solid rgba(253, 186, 140, 0.3);
|
||||
background-color: #ffedd5;
|
||||
border-color: rgba(253, 186, 140, 0.3);
|
||||
}
|
||||
.dark .whatsnewTextContainer .beta {
|
||||
border-color: rgb(124 45 18 / 0.3);
|
||||
background-color: rgb(124 45 18 / 0.3);
|
||||
color: rgb(253 186 116);
|
||||
}
|
||||
.whatsnewTextHeader {
|
||||
font-size: 1.4em !important;
|
||||
color: #4dd868;
|
||||
|
||||
Reference in New Issue
Block a user