Skip to content
Snippets Groups Projects
Commit ecf54895 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

adding boxed h1,h2,...

search bar text always white when not focused
parent 69ce4186
No related branches found
Tags v0.2.18
No related merge requests found
Pipeline #14388 passed with stage
in 42 seconds
......@@ -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
......@@ -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',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment