Add CSS minification, AJAX settings, and modern admin styling

This commit is contained in:
Marcus Quinn
2025-03-13 00:30:50 +00:00
parent dc9697e015
commit 77cee1844a
5 changed files with 75 additions and 14 deletions

View File

@ -0,0 +1,14 @@
.wpa-superstar-wrap {
max-width: 800px;
background: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.wpa-superstar-wrap h1 {
font-size: 24px;
margin-bottom: 20px;
}
.wpa-superstar-toggle {
margin: 10px 0;
}