diff options
Diffstat (limited to 'coding_assignment_project/static/css/lightsource-styles.css')
-rw-r--r-- | coding_assignment_project/static/css/lightsource-styles.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/coding_assignment_project/static/css/lightsource-styles.css b/coding_assignment_project/static/css/lightsource-styles.css new file mode 100644 index 0000000..7ada411 --- /dev/null +++ b/coding_assignment_project/static/css/lightsource-styles.css @@ -0,0 +1,16 @@ +.lightsource-header { + background-color: #008080; +} +.navbar-default .navbar-brand, +.navbar-default .navbar-brand:focus, +.navbar-default .navbar-brand:hover { + color: #fff; +} +.panel-default>.panel-heading { + background-color: #008080; + color: #fff; +} + +.btn-primary { + background-color: #008080; +}
\ No newline at end of file |