2022-08-04 23:41:55 +00:00
|
|
|
p {
|
|
|
|
margin: 1em 0
|
|
|
|
}
|
|
|
|
|
2022-12-21 00:35:48 +00:00
|
|
|
h1, h2, h3 {
|
|
|
|
margin: 0.4em 0;
|
|
|
|
}
|
|
|
|
|
2022-08-04 23:41:55 +00:00
|
|
|
ul {
|
|
|
|
list-style: outside none none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0.25em;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.largeIcon {
|
2022-10-13 22:26:08 +00:00
|
|
|
height: 36px;
|
2022-08-04 23:41:55 +00:00
|
|
|
}
|
|
|
|
|
2022-12-21 00:35:48 +00:00
|
|
|
.badge {
|
2022-08-04 23:41:55 +00:00
|
|
|
margin: 0 10vw
|
|
|
|
}
|
|
|
|
|
2022-12-21 00:35:48 +00:00
|
|
|
.badge div {
|
2022-08-04 23:41:55 +00:00
|
|
|
background-color: #3b3b3b;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
2022-11-18 17:14:11 +00:00
|
|
|
.badge h2 {
|
|
|
|
font-size: 1.35rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge h2,
|
2022-08-04 23:41:55 +00:00
|
|
|
.badge p,
|
|
|
|
.largeIcon {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.privacyDetails summary {
|
|
|
|
cursor: pointer;
|
|
|
|
user-select: none;
|
|
|
|
color: #2b95f2;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|