Updated site

This commit is contained in:
Mr. Stallion 2020-06-28 17:59:15 -05:00
parent a17a2425bf
commit 326ab0c1c7
2 changed files with 16 additions and 1 deletions

View File

@ -46,8 +46,10 @@ exclude:
theme: jekyll-theme-slate
changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md
download:
version: v1.0.1
win_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.0.1/F-Chat-Rising-v1.0.1-win.exe
win_size: 68 MB
mac_url: https://github.com/mrstallion/fchat-rising/releases/download/v1.0.1/F-Chat-Rising-v1.0.1-macos.dmg

View File

@ -76,6 +76,19 @@
padding-left: 1px;
}
#downloads_small h3 small {
color: #7d7d7d;
font-size: smaller;
}
#downloads_small h3 small a {
color: #7d7d7d;
}
#downloads_small h3 small a:hover {
color: #9a9a9a;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal !important;
@ -130,7 +143,7 @@
{% if site.show_downloads %}
<section id="downloads_small">
<h3>Downloads</h3>
<h3>Downloads <small>| {{site.download.version}} | <a href="{{site.changelog}}">Changelog</a></small></h3>
<div class="download_link win">
<a href="{{ site.download.win_url }}"><i></i> Windows</a>