mirror of https://github.com/MISP/misp-website
32 lines
564 B
CSS
32 lines
564 B
CSS
|
/* 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;
|
||
|
}
|
||
|
|
||
|
#post-content {
|
||
|
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;
|
||
|
}
|