Files
yjs/examples/style.css

29 lines
408 B
CSS
Raw Permalink Normal View History

2018-11-25 03:17:00 +01:00
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 {
2018-11-26 16:05:12 +01:00
content: "Yjs";
2018-11-25 03:17:00 +01:00
font-size: 2em;
}