diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-10 18:33:42 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-10 18:33:42 -0500 |
| commit | b02b44130a58d01a2f5ced37c3b62ea7ffc88652 (patch) | |
| tree | d6c84a3be43ffaebc6a42e36804b689cf8a626a0 /styles | |
| parent | 01ac820f7c11f555a4e765021e82b11b763e6067 (diff) | |
| download | lawrence-hill-b02b44130a58d01a2f5ced37c3b62ea7ffc88652.tar.gz lawrence-hill-b02b44130a58d01a2f5ced37c3b62ea7ffc88652.tar.bz2 lawrence-hill-b02b44130a58d01a2f5ced37c3b62ea7ffc88652.zip | |
Added my logo; Dark theme; Open Sans
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/Home.module.css | 2 | ||||
| -rw-r--r-- | styles/Page.module.css | 2 | ||||
| -rw-r--r-- | styles/globals.css | 6 |
3 files changed, 6 insertions, 4 deletions
diff --git a/styles/Home.module.css b/styles/Home.module.css index a2c5476..afea393 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -19,7 +19,7 @@ .footer { width: 100%; height: 100px; - border-top: 1px solid #eaeaea; + border-top: 1px solid #3a3a3a; display: flex; justify-content: center; align-items: center; diff --git a/styles/Page.module.css b/styles/Page.module.css index 3763f3e..4d9e96b 100644 --- a/styles/Page.module.css +++ b/styles/Page.module.css @@ -15,7 +15,7 @@ .footer { width: 100%; height: 100px; - border-top: 1px solid #eaeaea; + border-top: 1px solid #3a3a3a; display: flex; justify-content: center; align-items: center; diff --git a/styles/globals.css b/styles/globals.css index e5e2dcc..c9f261e 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -1,9 +1,11 @@ +@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); html, body { padding: 0; margin: 0; - font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, - Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; + font-family: Open Sans; + background-color: #212121; + color: #FFFFFF; } a { |
