ordered cache invalidatin

This commit is contained in:
2024-09-23 20:20:56 -06:00
parent 2d6a8d7c9f
commit b532c22dc3
4 changed files with 29 additions and 29 deletions

View File

@@ -99,7 +99,7 @@ button, .btn {
@apply font-bold py-1 px-3 rounded transition-all duration-200;
}
button:not(.unstyled), .btn:not(.unstyled) {
button:not(.unstyled):not(.btn-danger), .btn:not(.unstyled):not(.btn-danger) {
@apply bg-blue-900 hover:bg-blue-700 text-blue-50;
}