diff options
| author | Clyhtsuriva Synck <clyhtsuriva> | 2020-03-01 13:53:58 +0100 |
|---|---|---|
| committer | Clyhtsuriva Synck <clyhtsuriva> | 2020-03-01 13:53:58 +0100 |
| commit | 5071a27336700e4267325c038042565885ec6518 (patch) | |
| tree | a694a0d798a33d340ee865602c6300e0d0d92ae0 /web/style.css | |
| parent | da3e7db56711fdd0f1c187380cf61bbe95b331ea (diff) | |
| download | ATS-5071a27336700e4267325c038042565885ec6518.tar.gz ATS-5071a27336700e4267325c038042565885ec6518.tar.bz2 ATS-5071a27336700e4267325c038042565885ec6518.zip | |
web update
Diffstat (limited to '')
| -rw-r--r-- | web/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css index e69de29..69f4ad1 100644 --- a/web/style.css +++ b/web/style.css @@ -0,0 +1,7 @@ +body { + background-color:#000000; +} + +p{ + color: white; +} |
