mammoth.js/static/style.css
2013-04-01 16:36:03 +01:00

22 lines
229 B
CSS

html {
overflow-y: scroll;
}
.banner {
background-color: #555;
color: #fff;
margin-bottom: 20px;
}
.banner a {
color: #fff;
}
.banner h1 {
font-size: 20px;
}
.messages .warning {
color: #cc6600;
}