keet
Version:
Minimalist view layer for the web
58 lines (44 loc) • 914 B
CSS
/* your custom css */
.info-footer {
color: white;
font-size: 0.7em;
margin: 1em auto;
width: 200px ;
pointer-events: none;
text-align: center;
}
.copyright {
font-size: 0.9em;
}
.hljs {
/*background: #20232a !important;*/
/*color: white;*/
}
.hljs-string {
/*color: #81ce83 !important;*/
}
.token.class-name {
/*color: #49b935 !important;*/
}
.token.keyword {
/*color: #29bdfd !important;*/
}
.token.string {
/*color: #ffdd61 !important;*/
}
.token.operator {
/*color: #9aff3e !important;*/
}
.token.boolean {
/*color: #ff1d9a !important;*/
}
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (min-width: 1400px) {
}
@media only screen and (min-width: 1500px) {
}