Initial Commit

This commit is contained in:
David Stone
2024-11-30 18:24:12 -07:00
commit e8f7955c1c
5432 changed files with 1397750 additions and 0 deletions

10
assets/css/whitelabel.css Normal file
View File

@ -0,0 +1,10 @@
/* stylelint-disable font-family-no-missing-generic-family-keyword */
/* stylelint-disable font-family-name-quotes */
/** Whitelabel */
body #wpadminbar .quicklinks li div.blavatar {
content: " ";
}
body #wpadminbar .quicklinks li div.blavatar::before {
font: normal 16px/1 "dashicons-wu" !important;
content: "\e975";
}