yjs/examples/style.css
2018-11-25 03:17:00 +01:00

29 lines
431 B
CSS

footer img {
display: none;
}
nav .title h1 a {
display: none;
}
footer {
background-color: #b93c1d;
}
#resizer {
background-color: #b93c1d;
}
.main section article.readme h1:first-child img {
display: none;
}
.main section article.readme h1:first-child {
margin-bottom: 16px;
margin-top: 30px;
}
.main section article.readme h1:first-child::before {
content: "The Shared Editing Library";
font-size: 2em;
}