From 265e6eae3f51144fbc872bf4f4e5f5ea68546d04 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Thu, 2 Jan 2020 21:40:43 +0800 Subject: [PATCH] theme: more fixing theming Signed-off-by: Sean Cross --- css/theme/lca2020-logo-cropped.svg | 22 +++++++++++----------- css/theme/lca2020.css | 23 +++++++++++++---------- 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/css/theme/lca2020-logo-cropped.svg b/css/theme/lca2020-logo-cropped.svg index 1c81369..c22bef1 100644 --- a/css/theme/lca2020-logo-cropped.svg +++ b/css/theme/lca2020-logo-cropped.svg @@ -2,37 +2,37 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/css/theme/lca2020.css b/css/theme/lca2020.css index 5c4b79a..ad2ad0a 100644 --- a/css/theme/lca2020.css +++ b/css/theme/lca2020.css @@ -20,20 +20,23 @@ section.has-light-background h6 { *********************************************/ /* rgb(250, 166, 26); */ body { - background: rgb(0, 177, 197); - background-color: rgb(0, 177, 197); + background: #fff; + background-color: #fff; } .reveal .footer { position: absolute; - bottom: 1em; - right: 1em; + bottom: 0em; + right: 0em; + padding-bottom: 1em; + padding-right: 1em; text-align: right; font-size: 0.5em; width: 100%; height: 68px; background-image: url("lca2020-logo-cropped.svg"); background-repeat: no-repeat; + background-color: rgb(0, 177, 197); display: flex; justify-content: flex-end; align-items: flex-end; @@ -87,17 +90,17 @@ body { font-family: "Space Mono", Helvetica, sans-serif; font-size: 42px; font-weight: normal; - color: #fff; + color: #212529; } ::selection { - color: #fff; + color: #212529; background: #bee4fd; text-shadow: none; } ::-moz-selection { - color: #fff; + color: #212529; background: #bee4fd; text-shadow: none; } @@ -119,9 +122,9 @@ body { .reveal h5, .reveal h6 { margin: 0 0 20px 0; - color: #fff; - font-family: "Space Mono", Helvetica, sans-serif; - font-weight: 600; + color: #212529; + font-family: "Montserrat", Helvetica, sans-serif; + font-weight: 300; line-height: 1.2; letter-spacing: normal; /* text-transform: uppercase; */