appunti/docs/static/css/blackout.css

37 lines
438 B
CSS
Raw Normal View History

2020-03-29 22:54:48 +02:00
/* .wy-side-nav-search{
background-color: #095079;
}
.wy-nav-content{
max-width:1000px;
} */
2020-03-30 17:26:01 +02:00
body {
overflow: auto !important;
scrollbar-width: thin;
}
2020-03-29 22:54:48 +02:00
.img {
max-width: 600px !important;
max-height: 500px !important;
margin: 0 auto;
display: block;
}
/*.md-content {
margin-left: 8rem;
}
.md-sidebar--primary {
width: 8rem;
}*/
.md-nav {
font-size: 0.8rem;
}
.md-nav__link--active {
color: red;
font-weight: bold;
}