Files
nostash/Shared (Extension)/Resources/popup.css
2023-01-13 23:12:00 -05:00

46 lines
493 B
CSS

:root {
color-scheme: light dark;
}
body {
width: 500px;
padding: 10px;
font-family: system-ui;
}
#priv-key {
font-family: monospace;
}
.profiles label {
width: 80px;
display: inline-block;
}
.profiles {
margin-bottom: 15px;
}
.key {
margin-bottom: 15px;
}
.buttons {
margin-bottom: 15px;
}
td:first-child {
width: 50px;
}
td:nth-child(2) {
width: 100px;
}
tr {
margin-bottom: 10px;
}
/* @media (prefers-color-scheme: dark) {} */