diff options
Diffstat (limited to 'static_old/styles.css')
-rw-r--r-- | static_old/styles.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/static_old/styles.css b/static_old/styles.css new file mode 100644 index 0000000..489bd8c --- /dev/null +++ b/static_old/styles.css @@ -0,0 +1,17 @@ +body { + background-color: black; + color: white; +} + +a { + text-decoration: none; + color: green; +} + +a:hover { + background-color: rgb(130, 100, 185); +} + +footer { + color: green; +}
\ No newline at end of file |