- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
239 B
CSS
Executable File
11 lines
239 B
CSS
Executable File
#wp-admin-bar-w3tc > a .awaiting-mod,
|
|
#wp-admin-bar-w3tc_feature_showcase a .awaiting-mod {
|
|
background-color: #d63638;
|
|
border-radius: 9px;
|
|
color: #fff;
|
|
font-size: 11px;
|
|
height: 18px;
|
|
min-width: 18px;
|
|
padding: 0 5px;
|
|
}
|