13 lines
96 B
CSS
Executable file
13 lines
96 B
CSS
Executable file
body {
|
|
background: #333;
|
|
color: #fff;
|
|
}
|
|
|
|
code {
|
|
background: #444;
|
|
}
|
|
|
|
a {
|
|
color: #aaf;
|
|
}
|