alpine in popup. some logic is closer now, with visible changes

This commit is contained in:
Ryan Breen
2023-01-13 22:39:55 -05:00
parent d93fa1aacc
commit 6f7eafc296
6 changed files with 83 additions and 32 deletions

View File

@@ -9,6 +9,17 @@ body {
font-family: system-ui;
}
@media (prefers-color-scheme: dark) {
/* Dark Mode styles go here. */
.profiles label {
width: 80px;
display: inline-block;
}
.profiles {
margin-bottom: 15px;
}
.key {
margin-bottom: 15px;
}
/* @media (prefers-color-scheme: dark) {} */