From f3da4f84cec379842af1721cded8c8a6559ebb82 Mon Sep 17 00:00:00 2001 From: Yuanzhang Xiao Date: Fri, 12 Jan 2024 12:48:46 +0000 Subject: [PATCH] fix appearances when using an arbitrary Bootswatch theme --- VERSION.md | 6 ++++++ _config.yml | 2 +- _layouts/core.html | 3 ++- _layouts/default.html | 3 +++ _plugins/MoreaGenerator.rb | 3 ++- css/style.css | 2 +- css/themes/cerulean-original/bootstrap.min.css | 12 ++++++++++++ css/themes/zephyr/bootstrap.min.css | 12 ++++++++++++ morea/02-overview/reading-building-blocks.md | 3 +++ 9 files changed, 42 insertions(+), 4 deletions(-) create mode 100644 css/themes/cerulean-original/bootstrap.min.css create mode 100644 css/themes/zephyr/bootstrap.min.css diff --git a/VERSION.md b/VERSION.md index a3ec5a4..1c47bed 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1,7 @@ 3.2 + +fixed morea_theme_navbar_bg configuration in _plugins/MoreaGenerator.rb + +fixed the navbar configuration in core.html +- deleted "fixed-top" in