diff options
Diffstat (limited to 'site/themes/tui/assets/css/main.css')
| -rw-r--r-- | site/themes/tui/assets/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/themes/tui/assets/css/main.css b/site/themes/tui/assets/css/main.css new file mode 100644 index 0000000..38c8924 --- /dev/null +++ b/site/themes/tui/assets/css/main.css @@ -0,0 +1,4 @@ +body { + background-color: #000000; /* light blue so you can spot it */ + font-family: Arial, sans-serif; +} |
