add: safety_content_warning, master_pass env var
This commit is contained in:
parent
a6a289c594
commit
15b417c6d6
9 changed files with 150 additions and 29 deletions
BIN
app/public/fluffle_bunny.webp
Normal file
BIN
app/public/fluffle_bunny.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue