minor
This commit is contained in:
parent
cf3a16c9ac
commit
66d599cca8
|
@ -48,6 +48,7 @@ exclude:
|
||||||
theme: jekyll-theme-slate
|
theme: jekyll-theme-slate
|
||||||
|
|
||||||
changelog: https://github.com/hearmeneigh/fchat-rising/blob/master/CHANGELOG.md
|
changelog: https://github.com/hearmeneigh/fchat-rising/blob/master/CHANGELOG.md
|
||||||
|
installurl: https://github.com/hearmeneigh/fchat-rising/wiki
|
||||||
|
|
||||||
download:
|
download:
|
||||||
version: 1.24.0
|
version: 1.24.0
|
||||||
|
@ -69,7 +70,7 @@ download:
|
||||||
name: MacOS (Intel)
|
name: MacOS (Intel)
|
||||||
tail: macos-intel.dmg
|
tail: macos-intel.dmg
|
||||||
size: 80 MB
|
size: 80 MB
|
||||||
instructions: ./macos-install
|
# instructions: ./macos-install
|
||||||
|
|
||||||
- type: mac
|
- type: mac
|
||||||
name: MacOS (M1)
|
name: MacOS (M1)
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<style>
|
<style>
|
||||||
.download_link {
|
.download_link {
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-left: 25px;
|
margin-left: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.download_link a {
|
.download_link a {
|
||||||
|
@ -20,7 +20,8 @@
|
||||||
|
|
||||||
|
|
||||||
.download_link a:hover {
|
.download_link a:hover {
|
||||||
filter: brightness(1.2);
|
filter: brightness(1.4);
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -55,7 +56,8 @@
|
||||||
|
|
||||||
|
|
||||||
.download_link.win,
|
.download_link.win,
|
||||||
.download_link.mac {
|
.download_link.mac,
|
||||||
|
.download_link.linux {
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -82,11 +84,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#downloads_small h3 small a {
|
#downloads_small h3 small a {
|
||||||
color: #7d7d7d;
|
color: #c0942c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#downloads_small h3 small a:hover {
|
#downloads_small h3 small a:hover {
|
||||||
color: #9a9a9a;
|
filter: brightness(1.4);
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -172,7 +175,7 @@
|
||||||
|
|
||||||
{% if site.show_downloads %}
|
{% if site.show_downloads %}
|
||||||
<section id="downloads_small">
|
<section id="downloads_small">
|
||||||
<h3>Downloads <small>| v{{site.download.version}} | <a href="{{site.changelog}}">Changelog</a></small></h3>
|
<h3>Downloads <small>| v{{site.download.version}} | <a href="{{site.changelog}}">Changelog</a> | <a href="{{site.installurl}}">Installation Help</a></small></h3>
|
||||||
|
|
||||||
{% for platform in site.download.downloads %}
|
{% for platform in site.download.downloads %}
|
||||||
<div class="download_link {{platform.type}}">
|
<div class="download_link {{platform.type}}">
|
||||||
|
|
Loading…
Reference in New Issue