- 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>
15 lines
201 B
CSS
Executable File
15 lines
201 B
CSS
Executable File
body {
|
|
font-family: Arial;
|
|
font-size: 14px;
|
|
background-color: #fff;
|
|
line-height: 155%;
|
|
}
|
|
p {
|
|
margin: 0px;
|
|
}
|
|
p + p {
|
|
margin-top: 15px;
|
|
}
|
|
strong {
|
|
color: #333;
|
|
} |