Made some changes to templates (oops). But mostly working on Spark help menu/context aware calls that aren't working as expected.

This commit is contained in:
Norm Rasmussen
2025-08-20 15:17:29 -04:00
parent 564362fc50
commit b52e7cfac1
4 changed files with 90 additions and 54 deletions

View File

@ -14,7 +14,7 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
html > body,
.np-dashboard.np-dashboard,
.np-dashboard.np-dashboard,
.np-learning-paths.np-learning-paths {
background: #f8f8f8;
}
@ -77,4 +77,4 @@ body *:not(i) {
.np-card-container {
box-shadow: 0px 0px 16px 0 rgb(161 171 171 / 45%);
}
}