Skip to content

Commit

Permalink
New css
Browse files Browse the repository at this point in the history
  • Loading branch information
intoinside committed Aug 6, 2023
1 parent ef8a4e4 commit b5fd1b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100&family=Roboto:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&family=Roboto:wght@300&display=swap" rel="stylesheet">
</head>
<body>
{% if page.title and page.title != 'Index' %}
<div class="w3-sidebar w3-light-grey w3-bar-block" style="top:0px; padding: 20px 4px 4px 4px">
<h3>In this page...</h3>
{% include toc.html html=content sanitize=true h_min=2 h_max=2 class=toc_content %}
{% include toc.html html=content sanitize=true h_min=2 h_max=2 %}
<br>
<a href="./">Index</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css

Large diffs are not rendered by default.

0 comments on commit b5fd1b6

Please sign in to comment.