sqrl-test/public/custom.css
2022-10-01 10:57:16 +10:00

24 lines
379 B
CSS

.theme-bg-primary {
background: #007cc3;
}
.item-icon {
color: #007cc3 !important;
}
.site-logo {
text-align: center;
width: 5em;
}
.navbar-brand {
background: #007cc3;
border-radius: 10px;
display: block;
}
.logo-icon {
filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(219deg) brightness(102%);
height: 5em;
padding: 8px;
}
.logo-text {
display: block;
}