misp-website/static/css/custom.css

32 lines
559 B
CSS
Raw Normal View History

2021-12-24 07:52:56 +01:00
/* customized by us */
/* MISP logo color: #00a1e0 */
:root {
--primary-accent: #00a1e0;
--navbar-border-top: #294d76;
--button-border: #336194;
--link-focus: #2f5a89;
--form-shadow: rgba(70, 127, 191, 0.6);
--pagination-bg: #b8cee6;
--link-hover-bg: #36669c;
--navbar-focus: #92b3d9;
}
2021-12-24 08:40:42 +01:00
#content {
2021-12-24 07:52:56 +01:00
font-size: 18px;
}
/* delivered with example site */
.box-image-text .image {
min-height: 190px;
max-height: 190px;
}
.box-image-text .image img {
max-height: 190px;
margin: auto;
}
.box-simple {
min-height: 230px;
}