����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 216.73.216.82 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/public_html/public/builder/templates/clean-blog/scss/ |
Upload File : |
// Global styling for this template body { font-size: 20px; color: $gray-900; @include serif-font; } p { line-height: 1.5; margin: 30px 0; a { text-decoration: underline; } } h1, h2, h3, h4, h5, h6 { font-weight: 800; @include sans-serif-font; } a { color: $gray-900; @include transition-all; &:focus, &:hover { color: $primary; } } blockquote { font-style: italic; color: $gray-600; } .section-heading { font-size: 36px; font-weight: 700; margin-top: 60px; } .caption { font-size: 14px; font-style: italic; display: block; margin: 0; padding: 10px; text-align: center; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } ::-moz-selection { color: $white; background: $primary; text-shadow: none; } ::selection { color: $white; background: $primary; text-shadow: none; } img::selection { color: $white; background: transparent; } img::-moz-selection { color: $white; background: transparent; }