box-sizing: border-box;
}
+:root {
+ --tasteful-olive-1: #B2D874;
+ --tasteful-olive-2: #91C659;
+}
+
+html {
+ min-height: 100%;
+ height: 100%;
+}
+
input[title^="Search project"] {
max-width: 50%;
}
div.page_footer {
height: unset;
overflow: auto;
+ background-color: var(--tasteful-olive-2);
+}
+
+body {
+ border: 1px solid var(--tasteful-olive-2);
}
div.page_body,
overflow-x: scroll;
}
-html {
- min-height: 100%;
- height: 100%;
-}
-
table.projects_list tr td:first-child {
/* "last change" text */
white-space: nowrap;