sqrl-test/public/custom.css

24 lines
379 B
CSS
Raw Normal View History

2022-09-30 14:22:19 +00:00
.theme-bg-primary {
2022-10-01 00:57:16 +00:00
background: #007cc3;
2022-09-30 14:22:19 +00:00
}
2022-10-01 00:57:16 +00:00
.item-icon {
color: #007cc3 !important;
}
2022-09-30 14:22:19 +00:00
.site-logo {
text-align: center;
width: 5em;
}
.navbar-brand {
2022-10-01 00:57:16 +00:00
background: #007cc3;
2022-09-30 14:22:19 +00:00
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;
}