diff --git a/layouts/partials/head_meta.html b/layouts/partials/head_meta.html
index 97e7e43..d6eb3d6 100644
--- a/layouts/partials/head_meta.html
+++ b/layouts/partials/head_meta.html
@@ -6,7 +6,6 @@
-
diff --git a/static/css/color.css b/static/css/color.css
index efd32ab..11a2f80 100644
--- a/static/css/color.css
+++ b/static/css/color.css
@@ -4,7 +4,7 @@
--color-header-text-hover: #ffffff;
--color-header-text-accent: #00d4aa;
- --color-main-background: #f5f5f5;
- --color-main-text: #3c474d;
+ --color-main-background: #ffffff;
+ --color-main-text: #000000;
--color-main-link: #f5f5f5;
}
\ No newline at end of file
diff --git a/static/css/main.css b/static/css/main.css
index a5bcbcf..8c0b2c0 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -8,7 +8,7 @@ body {
/* header */
.header {
background-color: var(--color-header-background);
- font-family: Mina, sans-serif;
+ font-family: Roboto;
box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
position: fixed;
@@ -137,7 +137,7 @@ body {
/* main */
main {
padding: 75px 30px 150px 30px;
- font-family: Roboto, sans-serif;
+ font-family: Roboto;
}
/* Change Padding for Mobile View */
@@ -151,7 +151,7 @@ main {
.footer {
background-color: var(--color-header-background);
color: var(--color-header-text);
- font-family: Mina, sans-serif;
+ font-family: Roboto;
box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
text-align: center;
diff --git a/theme.toml b/theme.toml
index 044810a..b9c3537 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,7 +1,7 @@
name = "fabinfra"
license = "MIT"
licenselink = ""
-description = "Theme for the FabInfra Project"
+description = "Theme for the FabInfra Team"
homepage = "https://gitlab.com/fabinfra/fabinfra-theme"
tags = [responsive, nojs]
features = []