mirror of
https://github.com/System-End/Scrapyard.git
synced 2026-04-19 19:45:16 +00:00
9 lines
155 B
CSS
9 lines
155 B
CSS
* {
|
|
background-color: #000000;
|
|
color: #9400D3;
|
|
font-family: Georiga, monospace;
|
|
}
|
|
a {
|
|
color: #FF0000;
|
|
text-decoration: line-through;
|
|
}
|