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:38:17 +0300
committerRafed Muhammad Yasir <rafed123@yahoo.com>2020-04-30 03:38:17 +0300
commitca4677e88200b2b2f867874c860a19a99975af1f (patch)
treeed9cfa6e75bc6cc2c394cd8089384dbe68e6f2d6
parent27301770793186d0a7adf026fe3498bd0930d20f (diff)
Minor fixes, chords updated
-rw-r--r--themes/ramium/layouts/404.html2
-rw-r--r--themes/ramium/layouts/index.html2
-rw-r--r--themes/ramium/static/css/chordsheet.css3
3 files changed, 4 insertions, 3 deletions
diff --git a/themes/ramium/layouts/404.html b/themes/ramium/layouts/404.html
index b587f88..16f4217 100644
--- a/themes/ramium/layouts/404.html
+++ b/themes/ramium/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/themes/ramium/layouts/index.html b/themes/ramium/layouts/index.html
index ef2664d..76c7910 100644
--- a/themes/ramium/layouts/index.html
+++ b/themes/ramium/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/themes/ramium/static/css/chordsheet.css b/themes/ramium/static/css/chordsheet.css
index 0bf44f3..2ab76af 100644
--- a/themes/ramium/static/css/chordsheet.css
+++ b/themes/ramium/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 {