fix: settings page header change indicator

This commit is contained in:
2024-04-06 16:12:20 +02:00
parent a23af9ba9d
commit ecef11ac2d

View File

@@ -308,6 +308,16 @@
legend > label {
font-size: 24px;
font-weight: bold;
position: relative;
padding: 0 16px;
}
legend:has(label) {
padding: 0;
}
legend:not(:has(label)) {
opacity: 0.8;
}
input[type="checkbox"] {
@@ -420,6 +430,7 @@
&::before {
position: absolute;
font-size: 16px;
top: 0.5em;
right: 0.25em;
content: "•";