parent:
cdaef1cddf9ff51691fd19e549ec5ff759645122
nmyk <nick@nmyk.io>
2023-01-09T11:54:25-05:00
rename color vars to correspond with new nmyk.io stylesheet
diff --git a/cmd/frontend/templates/style.css b/cmd/frontend/templates/style.css
index 86863e6b05ce5f16f21a7e3e9f1528657f073595..e444658b5ad9e6475c4fde2042b188933b4ff90b 100644
--- a/cmd/frontend/templates/style.css
+++ b/cmd/frontend/templates/style.css
@@ -1,6 +1,6 @@
input, textarea, button, submit, .chatcontainer {
background: none;
- border: 1px solid var(--black);
+ border: 1px solid var(--main-text-color);
border-radius: 4px;
height: 27px;
}
@@ -96,7 +96,7 @@ float: left;
}
a[type="home"], a[type="home"]:hover {
- color: var(--black);
+ color: var(--main-text-color);
font-weight: bold;
text-decoration: none;
}
\ No newline at end of file