Update version text color to WordPress blue to match Documentation button

This commit is contained in:
Marcus Quinn
2025-03-17 13:48:46 +00:00
parent c78b33ad65
commit 9302ea2cea

View File

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