Violets-Purgatory/static/themes/code/style.css

16 lines
311 B
CSS
Raw Permalink Normal View History

2024-06-26 04:56:54 -05:00
* {
font-family: "Consolas", "Monaco", "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New";
}
body {
background: black;
}
.mainTitle, .mainTitle > span {
2024-06-26 04:56:54 -05:00
color: limegreen !important;
}
.mainTitle {
animation: typer 2s linear;
margin: auto;
}