doc/themes/yunohost-docs/css/custom.css

39 lines
591 B
CSS
Raw Normal View History

2020-11-14 11:24:49 +01:00
.off-canvas .learn-sidebar:before {
background: linear-gradient(150deg, #8E1313 0, #0B1B41 100%);
}
.highlightable h5:first-of-type {
margin-top: 2rem;
}
.highlightable h5 {
margin-top: 1rem;
color: #ECECFE;
}
#chapter {
max-width: 80%;
}
img.inline {
display:inline;
margin:5px 15px 5px 5px;
vertical-align: middle;
}
.nomargin * {
margin: 0px auto;
}
#top-bar #breadcrumbs > span span, #top-bar #breadcrumbs > a span {
padding: 0 !important;
}
#top-bar #breadcrumbs > span, #top-bar #breadcrumbs > a {
padding: 0 !important;
}
#top-bar #breadcrumbs > a {
padding: 0;
}