diff options
Diffstat (limited to 'wwwroot')
| -rw-r--r-- | wwwroot/styles/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css new file mode 100644 index 0000000..18ffdce --- /dev/null +++ b/wwwroot/styles/global.css @@ -0,0 +1,4 @@ +body { + background: #13264E; + color: #ffffff; +} |
