mirror of
https://github.com/mwilliamson/mammoth.js.git
synced 2024-12-08 15:14:29 +00:00
22 lines
229 B
CSS
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;
|
|
}
|