sqrl-test/public/custom.css
2022-10-01 00:22:19 +10:00

21 lines
336 B
CSS

.theme-bg-primary {
background: #007CC3;
}
.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;
}