diff --git a/web-app/seafoam/src/index.html b/web-app/seafoam/src/index.html index c5ddaa6..6b3f7a8 100644 --- a/web-app/seafoam/src/index.html +++ b/web-app/seafoam/src/index.html @@ -6,12 +6,13 @@ Seafoam - - - + +
+ +
diff --git a/web-app/seafoam/src/styles.css b/web-app/seafoam/src/styles.css index e69de29..2368aa3 100644 --- a/web-app/seafoam/src/styles.css +++ b/web-app/seafoam/src/styles.css @@ -0,0 +1,7 @@ +body { + background-color: #162532; +} + +.navbar { + background-color: #131b23; +} \ No newline at end of file