mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: updated privacy statement
This commit is contained in:
@@ -3357,6 +3357,23 @@ div.day-empty {
|
||||
flex-direction: column;
|
||||
color: var(--text-primary);
|
||||
transform-origin: center center;
|
||||
|
||||
}
|
||||
.whatsnewTextContainer.privacyStatement p {
|
||||
margin-bottom: 1.5ex;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.whatsnewTextContainer.privacyStatement a {
|
||||
background: rgba(184, 184, 184, 0.1);
|
||||
border-radius: 0.5rem;
|
||||
margin-left: 0.25rem;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
.dark .whatsnewTextContainer.privacyStatement a {
|
||||
background: rgba(7, 7, 7, 0.1);
|
||||
}
|
||||
.whatsnewHeader {
|
||||
margin: 20px;
|
||||
|
||||
Reference in New Issue
Block a user