diff --git a/client/src/stylesheets/main.scss b/client/src/stylesheets/main.scss index fbc279332..769393400 100644 --- a/client/src/stylesheets/main.scss +++ b/client/src/stylesheets/main.scss @@ -74,15 +74,12 @@ h4 { font-weight: bold; } -/* CSS Document by Christina Carrasquilla for Port of Mars (POM) */ - body { height: 100% !important; width: 100% !important; overflow-x: hidden; font-family: $khula !important; font-weight: $regular !important; - color: $light-shade; background-color: black; // fade animation for body @@ -119,6 +116,15 @@ body { --marslog-orange: rgba(170, 111, 0, 0.2); --marslog-green: rgba(9, 92, 41, 0.2); --trade-request-blue: #659be8; + + --brown: #754c29; + --beige: #d9cfc6; + --red: #aa2a29; + --black: #000000; + --white: #ffffff; + --yellow: #ebce56; + --blue: #005dac; + --purple: #7f3f98; } p, diff --git a/client/src/views/Manual.vue b/client/src/views/Manual.vue index 6d043f911..e6008a319 100644 --- a/client/src/views/Manual.vue +++ b/client/src/views/Manual.vue @@ -1,256 +1,311 @@ - - -