From fb0bb8f5031b38981171af91bf9b7f5edd985120 Mon Sep 17 00:00:00 2001 From: Miki Date: Tue, 5 Oct 2021 15:38:14 -0700 Subject: [PATCH] Add 1.1 release header Signed-off-by: Miki --- _data/_alert.yml | 1 - _data/alert.yml | 1 + _sass/custom/custom.scss | 5 +++++ 3 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 _data/_alert.yml create mode 100644 _data/alert.yml diff --git a/_data/_alert.yml b/_data/_alert.yml deleted file mode 100644 index 9c4d6ee6..00000000 --- a/_data/_alert.yml +++ /dev/null @@ -1 +0,0 @@ -message: "🔥 [OpenSearch 1.0 released on July 12th! Get it now!](/downloads.html)" \ No newline at end of file diff --git a/_data/alert.yml b/_data/alert.yml new file mode 100644 index 00000000..f675df94 --- /dev/null +++ b/_data/alert.yml @@ -0,0 +1 @@ +message: "🌡️ [OpenSearch 1.1.0 is here, get it while it's hot!](/downloads.html)" \ No newline at end of file diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 072579e8..71ff9dce 100755 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -1084,6 +1084,11 @@ main { @include sans-serif; @include warning-stripes; + /* To match the website */ + font-size: 1.125rem; + text-decoration-thickness: 0.5px; + text-underline-offset: 1px; + a { color: $text;