- 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>
25 lines
461 B
CSS
Executable File
25 lines
461 B
CSS
Executable File
@charset "UTF-8";
|
|
|
|
.wp-block-separator{
|
|
border:none;
|
|
border-top:2px solid;
|
|
}
|
|
|
|
:root :where(.wp-block-separator.is-style-dots){
|
|
height:auto;
|
|
line-height:1;
|
|
text-align:center;
|
|
}
|
|
:root :where(.wp-block-separator.is-style-dots):before{
|
|
color:currentColor;
|
|
content:"···";
|
|
font-family:serif;
|
|
font-size:1.5em;
|
|
letter-spacing:2em;
|
|
padding-left:2em;
|
|
}
|
|
|
|
.wp-block-separator.is-style-dots{
|
|
background:none !important;
|
|
border:none !important;
|
|
} |