personal-website/themes/custom/assets/css/custom.css

72 lines
1010 B
CSS

/**************** BODY ********************/
p {
color: #575c60;
font-size:1.07em;
}
li {
color: #575c60;
font-size:1.07em;
}
.text-muted {
color: #828a90;
}
.post-title{
color: #6695c4;
}
.face {
float: left;
padding-right: 1em;
}
/**************** NAV ********************/
.bg-dark{
background-color: #6695c4 !important;
}
.navbar{
font-size: 1.07em;
}
.navbar-brand{
font-size: 1.07em;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
border-color: #575c60 #575c60 #fff;
}
.nav-tabs{
border-bottom: 1px solid #575c60;
}
/**************** BUTTONS ********************/
.btn .btn-lg .btn-success .btn-primary{
font-size:1em;
}
/**************** TAGS ********************/
.list-inline {
line-height: 2em;
}
.badge {
color: #fff;
text-decoration: none;
background-color: #6695c4;
font-size:1em;
}
/**************** RESUME TAB ********************/
.job {
padding-top:10px;
}
.btn-outline-primary{
border-color: #6695c4;
}