distribusi-verse/verse/themes/hacking.css

7 lines
131 B
CSS
Raw Normal View History

body {
font-family: courier monospace;
background-color: black;
color: rgb(0, 255, 0);
border: 3px solid rgb(0, 255, 0);
}