diff --git a/www/wp-content/themes/enfold-cille/style.css b/www/wp-content/themes/enfold-cille/style.css index be56343..1133154 100644 --- a/www/wp-content/themes/enfold-cille/style.css +++ b/www/wp-content/themes/enfold-cille/style.css @@ -1418,6 +1418,9 @@ body.tax-quote_author_tag .quote-author a:hover { html, body { background: #fff; } + body { + font-size: 15px; + } .responsive #top #wrap_all .container { width: 100%; max-width: 100%; @@ -1482,6 +1485,10 @@ body.tax-quote_author_tag .quote-author a:hover { } /* Main content */ + #top .alternate_color.title_container .main-title, + #top .alternate_color.title_container .main-title a { + color: #ff3300 !important; + } body.category-archivo div.container_wrap_first > div.container:first-child, body.archive.tag div.container_wrap_first > div.container:first-child, body.page-id-121962 div.container_wrap_first > div.container:first-child { @@ -1495,6 +1502,9 @@ body.tax-quote_author_tag .quote-author a:hover { word-break: break-all; color: #00e; } + .entry-content-wrapper p { + text-align: justify; + } .blog-tags a { color: #999 !important; } @@ -1608,7 +1618,7 @@ body.tax-quote_author_tag .quote-author a:hover { display: none !important; } - /* "Sobre mí" page */ + /* "Sobre mí" */ .personal-card .av_font_icon { display: block; width: 100%; @@ -1622,8 +1632,8 @@ body.tax-quote_author_tag .quote-author a:hover { } } @media print and (max-width: 567px) { - .personal-card a:after { font-size: 12pt; } /* "Sobre mí" page */ + .personal-card a:after { font-size: 12pt; } /* "Sobre mí" */ } @media (max-width: 399px) { - .personal-card a:after { font-size: 9pt; } /* "Sobre mí" page */ + .personal-card a:after { font-size: 9pt; } /* "Sobre mí" */ }