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

adding bg-primary bg-secondary, and removing PlayfairDisplayReg

parent 945aa847
No related branches found
Tags v0.2.18
No related merge requests found
Pipeline #14446 passed with stage
in 29 seconds
......@@ -569,8 +569,8 @@ color: #0275e3;
.card-header,
.card-footer{
font-family: "PlayfairDisplayReg";
background-color:#F0F3F4;
border-radius:0;
}
.content-page-title {
......@@ -727,8 +727,31 @@ 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);
}
.bg-primary {
color: #fff;
background-color: #2d96fa!important;
border-color: #2d96fa!important;
}
.bg-secondary {
color: #fff;
background-color: #989287!important;
border-color: #989287!important;
}
a.bg-primary:hover,
a.bg-primary:active,
a.bg-primary:focus {
color: #fff;
background-color: #0275e3!important;
border-color: #0275e3!important;
}
a.bg-secondary:hover,
a.bg-secondary:active,
a.bg-secondary:focus {
color: #fff;
background-color: #81796a!important;
border-color: #81796a!important;
}
\ No newline at end of file
......@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup(
name='django-basetheme-bootstrap',
version='0.2.18',
version='0.2.19',
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