css fixes

This commit is contained in:
Laura Hausmann 2020-01-05 00:15:59 +01:00
parent 96a51ce1a2
commit 640b22a496

View file

@ -23,6 +23,7 @@ a:not(.btn):not(.navbar-brand) {
html { html {
font-size: 14px; font-size: 14px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
html { html {
font-size: 16px; font-size: 16px;
@ -51,9 +52,11 @@ body {
color: #ebddc4 !important; color: #ebddc4 !important;
background-color: #1b1b18 !important; background-color: #1b1b18 !important;
} }
.table{
.table {
color: #ebddc4 !important; color: #ebddc4 !important;
} }
.footer { .footer {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
@ -87,6 +90,12 @@ body {
background-color: #375a7a; background-color: #375a7a;
} }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
color: #ffffff;
border-color: #3c6385;
background-color: #2c5f93;
}
.border-top { .border-top {
border-top-color: #3c3d3c !important; border-top-color: #3c3d3c !important;
} }