Updated theme handling and got the category form to clone rows.

This commit is contained in:
2020-04-06 23:34:36 -05:00
parent 257d442f40
commit aa2cbba34d
9 changed files with 191 additions and 28 deletions
+14 -6
View File
@@ -1,9 +1,17 @@
:root {
--main-bg-color: #D3D3D3;
--main-font-color: #006400;
body {
padding: 10px;
}
body {
background-color: var(--main-bg-color);
color: var(--main-font-color);
.three_column {
float: left;
width: 33.33%;
}
/* Clear floats after the columns */
.three_column_row:after {
content: "";
display: table;
clear: both;
}