Skip to content

Commit

Permalink
Update site css.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrijbes committed Nov 27, 2021
1 parent 57d7155 commit 9b2400b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
// Jekyll requires Front Matter in SCSS, which breaks validation.
"scss.validate": false
}
1 change: 1 addition & 0 deletions detailist_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def get_diff_window(self):
def get_about_window(self):
# TODO: Add info about Detailist.
# TODO: Add credits.
# TODO: Add license.
about_window = [
[
gui.Image(self.detailist_small_icon)
Expand Down
7 changes: 4 additions & 3 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,20 @@
<h1>
<a href="/">Detailist</a>
</h1>

<img
src="/assets/img/detailist_icon.png"
class="d-logo"
alt="Detailist Logo"
/>

<p>{{ site.github.project_tagline }}</p>
<ul class="downloads">
<li>
<a href="{{ site.github.releases_url }}"
><strong>Download</strong></a
>Download <strong>Release</strong></a
>
</li>
</ul>
<ul class="downloads">
<li>
<a href="{{ site.github.zip_url }}"
>Download <strong>ZIP File</strong></a
Expand Down
9 changes: 9 additions & 0 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
---

@import "{{ site.theme }}";

.d-logo {
width: 45%;
margin-bottom: 16px;
}

0 comments on commit 9b2400b

Please sign in to comment.