Update version text color to dark orange

This commit is contained in:
Marcus Quinn
2025-03-17 14:10:49 +00:00
parent bb1791740b
commit 7a5c5d8c0b

View File

@ -33,7 +33,7 @@
}
.wp-allstars-version {
color: #2271b1; /* Updated to WordPress standard blue to match Documentation button */
color: #d35400; /* Updated to dark orange */
font-size: 13px;
font-weight: 400;
}