From d122dba655b1e2e7054bbac291055dba71e7ca47 Mon Sep 17 00:00:00 2001 From: rodolphe Date: Wed, 20 Nov 2024 03:22:10 +0100 Subject: [PATCH] (Grav GitSync) Automatic Commit from rodolphe --- themes/documentations-linux07/css/custom.css | 9 +++++++++ themes/documentations-linux07/partials/logo.html.twig | 9 --------- .../{ => templates}/partials/analytics.html.twig | 0 .../{ => templates}/partials/base.html.twig | 0 .../{ => templates}/partials/github_link.html.twig | 0 .../{ => templates}/partials/github_note.html.twig | 0 .../templates/partials/logo.html.twig | 2 ++ .../{ => templates}/partials/page.html.twig | 0 .../{ => templates}/partials/search.html.twig | 0 .../{ => templates}/partials/sidebar.html.twig | 0 10 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 themes/documentations-linux07/css/custom.css delete mode 100644 themes/documentations-linux07/partials/logo.html.twig rename themes/documentations-linux07/{ => templates}/partials/analytics.html.twig (100%) rename themes/documentations-linux07/{ => templates}/partials/base.html.twig (100%) rename themes/documentations-linux07/{ => templates}/partials/github_link.html.twig (100%) rename themes/documentations-linux07/{ => templates}/partials/github_note.html.twig (100%) create mode 100644 themes/documentations-linux07/templates/partials/logo.html.twig rename themes/documentations-linux07/{ => templates}/partials/page.html.twig (100%) rename themes/documentations-linux07/{ => templates}/partials/search.html.twig (100%) rename themes/documentations-linux07/{ => templates}/partials/sidebar.html.twig (100%) diff --git a/themes/documentations-linux07/css/custom.css b/themes/documentations-linux07/css/custom.css new file mode 100644 index 0000000..bfc7d85 --- /dev/null +++ b/themes/documentations-linux07/css/custom.css @@ -0,0 +1,9 @@ +div#header { + background-color: #CA1659; +} +a { + color: #fd22f3 !important; +} +a:hover { + color: #d11bc9 !important; +} diff --git a/themes/documentations-linux07/partials/logo.html.twig b/themes/documentations-linux07/partials/logo.html.twig deleted file mode 100644 index 45f5912..0000000 --- a/themes/documentations-linux07/partials/logo.html.twig +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - diff --git a/themes/documentations-linux07/partials/analytics.html.twig b/themes/documentations-linux07/templates/partials/analytics.html.twig similarity index 100% rename from themes/documentations-linux07/partials/analytics.html.twig rename to themes/documentations-linux07/templates/partials/analytics.html.twig diff --git a/themes/documentations-linux07/partials/base.html.twig b/themes/documentations-linux07/templates/partials/base.html.twig similarity index 100% rename from themes/documentations-linux07/partials/base.html.twig rename to themes/documentations-linux07/templates/partials/base.html.twig diff --git a/themes/documentations-linux07/partials/github_link.html.twig b/themes/documentations-linux07/templates/partials/github_link.html.twig similarity index 100% rename from themes/documentations-linux07/partials/github_link.html.twig rename to themes/documentations-linux07/templates/partials/github_link.html.twig diff --git a/themes/documentations-linux07/partials/github_note.html.twig b/themes/documentations-linux07/templates/partials/github_note.html.twig similarity index 100% rename from themes/documentations-linux07/partials/github_note.html.twig rename to themes/documentations-linux07/templates/partials/github_note.html.twig diff --git a/themes/documentations-linux07/templates/partials/logo.html.twig b/themes/documentations-linux07/templates/partials/logo.html.twig new file mode 100644 index 0000000..511ab4e --- /dev/null +++ b/themes/documentations-linux07/templates/partials/logo.html.twig @@ -0,0 +1,2 @@ + + diff --git a/themes/documentations-linux07/partials/page.html.twig b/themes/documentations-linux07/templates/partials/page.html.twig similarity index 100% rename from themes/documentations-linux07/partials/page.html.twig rename to themes/documentations-linux07/templates/partials/page.html.twig diff --git a/themes/documentations-linux07/partials/search.html.twig b/themes/documentations-linux07/templates/partials/search.html.twig similarity index 100% rename from themes/documentations-linux07/partials/search.html.twig rename to themes/documentations-linux07/templates/partials/search.html.twig diff --git a/themes/documentations-linux07/partials/sidebar.html.twig b/themes/documentations-linux07/templates/partials/sidebar.html.twig similarity index 100% rename from themes/documentations-linux07/partials/sidebar.html.twig rename to themes/documentations-linux07/templates/partials/sidebar.html.twig