diff options
Diffstat (limited to 'public/css/style.css')
-rw-r--r-- | public/css/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css new file mode 100644 index 0000000..7a1f67e --- /dev/null +++ b/public/css/style.css @@ -0,0 +1,11 @@ +body { + background-color: #5CACEE; +} + +a { + color: white; +} + +a:hover { + color: black; +} |