add: safety_content_warning, master_pass env var

This commit is contained in:
trisua 2025-08-02 01:30:11 -04:00
parent a6a289c594
commit 15b417c6d6
9 changed files with 150 additions and 29 deletions

View file

@ -301,7 +301,7 @@ input {
border-left: solid 0px transparent;
}
input:focus {
input:not([type="checkbox"]):focus {
outline: solid 2px var(--color-primary);
box-shadow: 0 0 0 4px oklch(87% 0.065 274.039 / 25%);
background: var(--color-super-raised);
@ -316,6 +316,10 @@ input.surface {
background: var(--color-surface);
}
input[type="checkbox"] {
height: max-content;
}
/* typo */
p {
margin-bottom: var(--pad-4);