Page 1 of 1

[Changed] Colour theme

Posted: Sun Apr 10, 2022 8:48 pm
by admin
New colour theme "Tufts Blue":
nu colour.png
nu colour.png (32.66 KiB) Viewed 366 times
To get the old colours "Deep Sky Blue" back, insert this css under Setup->style

Code: Select all

 .nuBreadcrumbHolder {
     background-color: #00adef;
     border-bottom: thin solid #5e5b64;
}
 .nuButton, .input_button {
     background-color: #00ADEF;
     border-color: #0b456c;
}
 .nuActionButton {
     background-color: #00ADEF;
}