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