diff options
Diffstat (limited to 'assets/css/read/base.css')
-rw-r--r-- | assets/css/read/base.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/read/base.css b/assets/css/read/base.css new file mode 100644 index 0000000..561963a --- /dev/null +++ b/assets/css/read/base.css @@ -0,0 +1,8 @@ +body { + font-family: sans-serif; +} + +span.alert { + background-color: #d00000; + color: white; +}
\ No newline at end of file |