add: refactored everything

This commit is contained in:
2026-08-26 21:33:44 -04:00
parent b2efd6917d
commit b471d6e22f
16 changed files with 1268 additions and 608 deletions
+14 -17
View File
@@ -1,26 +1,23 @@
.run_btn:focus {
background: #1c71d8;
color: #ffffff;
.main-content {
min-width: 356px;
}
.run_btn:hover {
background: #3584e4;
.title {
font-size: 1.5rem;
font-weight: 700;
}
.run_btn:active {
background: #1a5fb4;
.heading {
font-weight: 600;
}
.run_btn {
background: #1a5fb4;
.selection-row {
min-height: 48px;
padding: 10px 12px;
border-radius: 0;
}
.run_btn:disabled {
background: #3d3846;
color: #5e5c64;
.format-row {
min-height: 48px;
padding: 10px 12px;
}
.headerbar {
background: #353535;
border: 0;
}