Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rafed/ramium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafed Muhammad Yasir <rafed123@yahoo.com>2020-04-30 03:39:18 +0300
committerRafed Muhammad Yasir <rafed123@yahoo.com>2020-04-30 03:39:18 +0300
commitd360cdf68c064aec6a9f18c49ecc92d703ce44f1 (patch)
tree2c3d56c5624ee85651421e949bdc82518bc1164e
parente22b026342956a52e4205d9cb53f6f0f765a81b8 (diff)
Minor fixes, styles updated
-rw-r--r--layouts/404.html2
-rw-r--r--layouts/index.html2
-rw-r--r--static/css/chordsheet.css3
3 files changed, 4 insertions, 3 deletions
diff --git a/layouts/404.html b/layouts/404.html
index b587f88..16f4217 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -80,7 +80,7 @@
<h1 class="is-3">Recent posts</h1>
</a>
</div>
- {{ range first 5 (where .Site.RegularPages.ByPublishDate.Reverse ".Section" "!=" "Addons") }}
+ {{ range first 5 (where .Site.RegularPages.ByPublishDate.Reverse ".Section" "not in" "addons") }}
{{- partial "blog-brief.html" . -}}
{{ end }}
diff --git a/layouts/index.html b/layouts/index.html
index ef2664d..76c7910 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -74,7 +74,7 @@
<h1 class="is-3">Recent posts</h1>
</a>
</div>
- {{ range first 5 (where .Site.RegularPages.ByPublishDate.Reverse ".Section" "!=" "Addons") }}
+ {{ range first 5 (where .Site.RegularPages.ByPublishDate.Reverse ".Section" "not in" "addons") }}
{{- partial "blog-brief.html" . -}}
{{ end }}
diff --git a/static/css/chordsheet.css b/static/css/chordsheet.css
index 0bf44f3..2ab76af 100644
--- a/static/css/chordsheet.css
+++ b/static/css/chordsheet.css
@@ -13,12 +13,13 @@
}
.chord-sheet .chord {
- color: rgb(0, 0, 180);
+ color: rgb(0, 0, 177);
font-weight: 600;
}
.chord-sheet .lyrics {
font-size: 0.9em;
+ font-weight: 400;
}
.chord-sheet .paragraph {