mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
Merge pull request 'A few small style updates' (#58) from sexybiggetje/Documentation:style_updates into master
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/58
This commit is contained in:
commit
f5a4ee323a
2 changed files with 15 additions and 10 deletions
|
|
@ -4,7 +4,7 @@ body { display: flex; flex-direction: column; font-family: "Inter", sans-serif;
|
|||
header { height: 60px; margin-top: 30px; margin-bottom: 60px; }
|
||||
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 { height: 100%; padding: 10px; padding-left: 0; box-sizing: border-box; }
|
||||
#header-logo img { height: 100%; }
|
||||
#header-logo-container { display: flex; align-items: center; height: 100%; }
|
||||
#header-logo a { text-decoration: none; }
|
||||
|
|
|
|||
|
|
@ -2,22 +2,27 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>{% if eleventyNavigation.title %}{{ eleventyNavigation.title }} | {% endif %}Codeberg Documentation</title>
|
||||
|
||||
|
||||
<meta charset="UTF-8">
|
||||
{% if description %}<meta name="description" content="{{ description }}">{% endif %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/images/logo/codeberg-favicon.svg" sizes="250x250">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/codeberg-docs.css">
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism-nord.css">
|
||||
<link rel="preload" type="text/css" href="/assets/css/codeberg-docs.css">
|
||||
<link rel="preload" href="https://fonts.codeberg.org/dist/inter/Inter Web/inter.css" as="style">
|
||||
<link rel="preload" href="https://fonts.codeberg.org/dist/fontawesome5/css/solid.min.css" as="style">
|
||||
<link rel="preload" href="https://fonts.codeberg.org/dist/fontawesome5/css/fontawesome.min.css" as="style">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/codeberg-docs.css" async>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism-nord.css" async>
|
||||
|
||||
<!-- Details and License: https://fonts.codeberg.org/fonts/inter -->
|
||||
<link rel="stylesheet" type="text/css" href="https://fonts.codeberg.org/dist/inter/Inter Web/inter.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://fonts.codeberg.org/dist/inter/Inter Web/inter.css" async>
|
||||
|
||||
<!-- Details and License: https://fonts.codeberg.org/fonts/fontawesome5 -->
|
||||
<link rel="stylesheet" type="text/css" href="https://fonts.codeberg.org/dist/fontawesome5/css/solid.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://fonts.codeberg.org/dist/fontawesome5/css/fontawesome.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://fonts.codeberg.org/dist/fontawesome5/css/solid.min.css" async>
|
||||
<link rel="stylesheet" type="text/css" href="https://fonts.codeberg.org/dist/fontawesome5/css/fontawesome.min.css" async>
|
||||
|
||||
<script type="text/javascript" src="/assets/js/sidebar.js"></script>
|
||||
</head>
|
||||
|
|
@ -97,9 +102,9 @@
|
|||
Please look at <a href="{{ urls.docsSourcesMaster }}/LICENSE.md">the LICENSE file</a> for details.<br>
|
||||
|
||||
Changes to the original versions of the article as well as its individual authors can be looked up in <a href="{{ urls.commitHistoryMaster }}/{{ page.inputPath }}" target="_blank">this article's commit history</a><br>
|
||||
|
||||
|
||||
Codeberg and the Codeberg Logo are trademarks of Codeberg e.V.<br>
|
||||
|
||||
|
||||
For Imprint, Privacy Policy and other legal notices, please refer to <a href="https://codeberg.org">https://codeberg.org</a>.
|
||||
</footer>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue