second run , fixing wcag issues

This commit is contained in:
DESKTOP-FD57EEK\Joshua Matamorros 2025-07-13 22:10:21 -06:00
parent 700726f550
commit 9bf57fdcc1
2 changed files with 7 additions and 1 deletions

View file

@ -5,5 +5,11 @@
@include nb-install-component() {
.menu-sidebar ::ng-deep .scrollable {
padding-top: nb-theme(layout-padding-top);
ul {
.menu-group{
color: var(--list-item-text-color);
}
}
}
}

View file

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ngx-admin Demo Application</title>