Skip to content

Commit d15422f

Browse files
committed
fix(downloadpage): made the support text more visible and changed link color into a darker one
1 parent b1f2cf0 commit d15422f

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

_pages/score-download.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ permalink: /score/download.html
66
category: site-score
77
---
88

9-
<h2> Support us </h2>
9+
<div class="support">
10+
<h2> Support us !</h2>
1011
We sell score on the Microsoft store as a way to get financial support to ensure continued development so please consider buying it there, or funding us through <a href="https://opencollective.com/ossia">OpenCollective</a> or <a href="https://github.com/sponsors/jcelerier">Github Sponsors</a>!
11-
12+
</div>
1213
## Download ossia score v{{site.score_version}}
1314
### Released on {{site.score_released_date}}
1415
<p class="download-page-layout" align="center">

css/style.css

+14-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
--pale-blue: #58B8C5;
66
--dark-blue: #281668;
7+
--link-blue: #2b05b0;
78

89
--light-grey: #C0C0C0;
910
--dark-grey: #1e2225;
@@ -66,7 +67,7 @@
6667
color: "#FF0000"
6768
}
6869
a {
69-
color: var(--light-blue);
70+
color: var(--link-blue);
7071
font-weight: 400;
7172
text-decoration: none;
7273
border: 0;
@@ -1185,6 +1186,18 @@ h2.software.small{
11851186
border-color: var(--orange);
11861187
}
11871188

1189+
div.support {
1190+
text-align: center;
1191+
background-color: var(--pale-blue);
1192+
padding: 20px;
1193+
padding-top: 10px;
1194+
}
1195+
div.support h2 {
1196+
font-size: 37px !important;
1197+
font-weight: 800 !important;
1198+
font-family: 'Lato', sans-serif;
1199+
}
1200+
11881201
/* Gallery page */
11891202
.gallery-page {
11901203
width: 95%;

0 commit comments

Comments
 (0)