Fixed some issues with the theme

This commit is contained in:
2020-11-22 14:12:23 +01:00
parent 7d9b1bb873
commit ee40bdf989
9 changed files with 121 additions and 49 deletions

View File

@@ -8,5 +8,34 @@ $green: #28a745 !default;
$primary: $green !default;
img {
max-width: 100%;
display: block;
margin: 0 auto;
max-height: 80%;
max-width: 80%;
}
blockquote {
border-left:.25em solid #dfe2e5;
margin:0;
color: #6a737d;
padding:0 0 0 20px;
font-style:italic;
}
.dropdown-menu>li>a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.dropdown-menu>li>a:hover{
background-color: #eee;
}
.nav>li>a:hover {
text-decoration: none;
background-color: #eee;
}