diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css index b36153055425e07977bf44a94d42c91dd19e7c38..550bfa531df1e6fae49a749a2ce109d600de2ee9 100644 --- a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css +++ b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css @@ -98,6 +98,7 @@ header nav.header__top nav-item.active{ background: #FFFFFF30; } +header .header__top .form-inline input:not(:focus):not(:hover), header .header__top .form-inline input:not(:focus):not(:hover)::placeholder { color: white; opacity: 1; /* Firefox */ @@ -707,4 +708,15 @@ color: #0275e3; } .fork_me{ display:none; +} +h1.boxed, +h2.boxed, +h3.boxed, +h4.boxed, +h5.boxed, +h6.boxed{ + font-family: "PlayfairDisplayReg"; + background-color: #F0F3F4; + padding: .75rem 1.25rem; + border: 1px solid rgba(0,0,0,.125); } \ No newline at end of file diff --git a/setup.py b/setup.py index 5347f633cff8842cc75712fc0f0f57842f99bae5..487f7f3b3afee0494f396268e65d75dead77c319 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ readme = open('README.rst').read() setup( name='django-basetheme-bootstrap', - version='0.2.15', + version='0.2.16', description='Django Basetheme Bootstrap', long_description=readme, author='Bryan Brancotte',