From 09b290480de16f7b78111fcb39f48d4aec7fd803 Mon Sep 17 00:00:00 2001 From: Jory Burson Date: Tue, 10 Sep 2019 12:45:09 -0400 Subject: [PATCH] update partial to include required oasis language & styling --- template/config.toml | 1 + template/static/css/custom.css | 9 +++++++++ template/themes/ananke | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 template/static/css/custom.css diff --git a/template/config.toml b/template/config.toml index 602dd176a..d85e227df 100644 --- a/template/config.toml +++ b/template/config.toml @@ -31,3 +31,4 @@ enableRobotsTXT = true background_color_class = "bg-black" featured_image = "/images/gohugo-default-sample-hero-image.jpg" recent_posts_number = 1 + custom_css = ["css/custom.css"] diff --git a/template/static/css/custom.css b/template/static/css/custom.css new file mode 100644 index 000000000..73b303d7f --- /dev/null +++ b/template/static/css/custom.css @@ -0,0 +1,9 @@ +.oasis-required-language { + color: hsla(0,0%,100%,.7); + font-size: 14px; + line-height: 1.5; +} + +.oasis-required-language a { + color: hsla(0,0%,100%,.7); +} \ No newline at end of file diff --git a/template/themes/ananke b/template/themes/ananke index 2ca5ef4a5..322d95ba7 160000 --- a/template/themes/ananke +++ b/template/themes/ananke @@ -1 +1 @@ -Subproject commit 2ca5ef4a500616b87d38782393c1ab37e1a150bc +Subproject commit 322d95ba75a7d5e4a94202762c8e1b7d775c9acf