Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: _code.scss
/* ------------------------------------------------------------------------------ * * # Code blocks * * Overrides of default code block styles * * ---------------------------------------------------------------------------- */ // Inline code code { padding: $code-padding-y $code-padding-x; background-color: $code-bg; } // Blocks of code pre { white-space: pre-wrap; /*rtl:ignore*/ text-align: left; @include border-radius($border-radius); }