api.violets-purgatory.dev/static/themes/code/style.css

16 lines
292 B
CSS
Raw 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 {
color: limegreen !important;
}
.mainTitle {
animation: typer 2s linear;
margin: auto;
}