diff --git a/LICENSE.md b/LICENSE.md index 92e760f..da71008 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -5,7 +5,7 @@ Due to the wiki-like nature of this website, pages usually have multiple authors frequently. Changes to the original versions of the works as well as their individual authors can be looked up in [https://codeberg.org/Codeberg/Documentation/commits/branch/master](the website's commit history). -The Codeberg logos in this website are derivative works of mray's Codeberg Logo, +The Codeberg logos in this website are by mray, licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en). Codeberg and the Codeberg Logo are trademarks of Codeberg e.V. \ No newline at end of file diff --git a/assets/css/codeberg-docs.css b/assets/css/codeberg-docs.css index 6718f8c..7b1270f 100644 --- a/assets/css/codeberg-docs.css +++ b/assets/css/codeberg-docs.css @@ -6,6 +6,9 @@ header > .container { display: flex; align-items: center; } #header-action-buttons { text-align: right; } #header-logo { height: 100%; padding: 10px; padding-left: 0; box-sizing: border-box; margin-left: 10px; } #header-logo img { height: 100%; } +#header-logo-container { display: flex; align-items: center; height: 100%; } +#header-logo a { text-decoration: none; } +#logo-heading { color: #2185d0; font-weight: 700; font-size: 28pt; margin-left: 10px; } #contents-button { display: none; } main { flex: 1; } diff --git a/assets/images/logo/codeberg-docs.afdesign b/assets/images/logo/codeberg-docs.afdesign deleted file mode 100644 index 8e618aa..0000000 Binary files a/assets/images/logo/codeberg-docs.afdesign and /dev/null differ diff --git a/assets/images/logo/codeberg-docs.svg b/assets/images/logo/codeberg-docs.svg deleted file mode 100644 index f355b39..0000000 --- a/assets/images/logo/codeberg-docs.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/content/_includes/default_layout.njk b/content/_includes/default_layout.njk index 2f014d0..48de0d4 100644 --- a/content/_includes/default_layout.njk +++ b/content/_includes/default_layout.njk @@ -26,7 +26,12 @@