diff options
Diffstat (limited to 'docs/index.css')
-rw-r--r-- | docs/index.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/index.css b/docs/index.css new file mode 100644 index 0000000..1e70968 --- /dev/null +++ b/docs/index.css @@ -0,0 +1,14 @@ +body { + font-family: monospace; + background-color: #222222; + color: #cccccc; + font-size: 1.2em; +} + +a { + color: #cccccc; +} + +.com { + color: #ff64bd; +} |