Merge branch 'dev' of ../rebble.net into dev

This commit is contained in:
Mike Macgirvin 2022-07-26 15:07:21 -07:00
commit 6343b4d32c

View file

@ -151,6 +151,58 @@ a:focus,
cursor: pointer;
}
._aqua {
color: aqua !important;
}
._black {
color: black !important;
}
._blue {
color: blue !important;
}
._ fuschia{
color: fuchsia !important;
}
._gray {
color: gray !important;
}
._grey {
color: grey !important;
}
._green {
color: green !important;
}
._lime {
color: lime !important;
}
._maroon {
color: maroon !important;
}
._navy {
color: navy !important;
}
._olive {
color: olive !important;
}
._purple {
color: purple !important;
}
._red {
color: red !important;
}
._silver {
color: silver !important;
}
._teal {
color: teal !important;
}
._white {
color: white !important;
}
._yellow {
color: yellow !important;
}
input, optgroup, select, textarea {
font-size: 0.9rem !important;
}