This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway-antora.git


The following commit(s) were added to refs/heads/master by this push:
     new e243653  updates
e243653 is described below

commit e243653f39685fc3b367b8dee6b463daec9df5e0
Author: danhaywood <[email protected]>
AuthorDate: Sun Feb 19 19:04:09 2023 +0000

    updates
---
 src/css/extensions/tweaks.css | 18 ++++++++++++++++++
 src/css/site-custom.css       | 19 +------------------
 2 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/src/css/extensions/tweaks.css b/src/css/extensions/tweaks.css
index 445db93..2293827 100644
--- a/src/css/extensions/tweaks.css
+++ b/src/css/extensions/tweaks.css
@@ -39,3 +39,21 @@ div.colist table td div.paragraph {
   float: right;
   margin-left: 20px;
 }
+
+#algolia-search-input {
+  font-size: large;
+  border-radius: 5px;
+  padding: 5px;
+  border-color: #5ab1bb;
+}
+
+#algolia-search-input::placeholder {
+  opacity: 0.5;
+  color: #5ab1bb;
+}
+
+.navbar-brand .navbar-title {
+  padding-left: 10px;
+  font-size: calc(22 / var(--rem-base) * 1.1rem);
+  font-family: "Android Insomnia", "Montserrat", sans-serif;
+}
diff --git a/src/css/site-custom.css b/src/css/site-custom.css
index 8f830c1..4214f24 100644
--- a/src/css/site-custom.css
+++ b/src/css/site-custom.css
@@ -11,23 +11,6 @@ and referencing in site.yml:
 ui:
   supplemental_files: _docs/supplemental-ui
 
-Any CSS defined their will replace *this* file in the template.
+Any CSS defined there will replace *this* file in the template.
 */
 
-#algolia-search-input {
-  font-size: large;
-  border-radius: 5px;
-  padding: 5px;
-  border-color: #5ab1bb;
-}
-
-#algolia-search-input::placeholder {
-  opacity: 0.5;
-  color: #5ab1bb;
-}
-
-.navbar-brand .navbar-title {
-  padding-left: 10px;
-  font-size: calc(22 / var(--rem-base) * 1.1rem);
-  font-family: "Android Insomnia", "Montserrat", sans-serif;
-}

Reply via email to