tag button colors

This commit is contained in:
Laurens 2024-03-11 16:51:01 +01:00
parent bf4963879c
commit cdb07b4e62
3 changed files with 8 additions and 9 deletions

View file

@ -48,7 +48,7 @@ textNoTitle = "Geen titel 🐦"
textEmptyValue = "Geen waarde 🐦"
# Social
mastodon_instance = "https://mastodon.social/"
mastodon_instance = "https://mastodon.fediversity.eu/"
mastodon_handle = "fediversity"
# EOF

View file

@ -7,13 +7,13 @@ $color-button: #1D3160;
$color-button-hover: #17274d;
$color-button-call-to-action: #138808;
$color-button-call-to-action-hover: #0F6D06; // %25 donkerder dan #138808 met encycolorpedia
$color-header: #6A2060;
$color-header: #cc3300;
$color-highlight-box-other-border: #99AFE2;
$color-highlight-box-other-background: #E3E9F7;
$color-highlight-box-nluug-border: #6A2060;
$color-highlight-box-nluug-border: #cc3300;
$color-highlight-box-nluug-background: #F5E1ED;
$color-border: #6A2060;
$color-border: #cc3300;
$color-text-inverse: white;
$color-tags-background: #6A2060;
$color-tags-background: #cc3300;
$color-tags-text: white;

View file

@ -12,11 +12,10 @@
(.Site.Params.mastodon_handle)
(.Site.Params.mastodon_instance)
}}
<a class="icon" href="{{ .Site.Params.mastodon_instance }}@{{ .Site.Params.mastodon_handle }}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "mastodon" "iconsize" $iconsize_footer "alt" "Icoon van Mastodon" "title" "Toots van NLUUG") }}</a>
<a class="icon" href="{{ .Site.Params.mastodon_instance }}@{{ .Site.Params.mastodon_handle }}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "mastodon" "iconsize" $iconsize_footer "alt" "Icoon van Mastodon" "title" "Toots of Fediversity") }}</a>
{{ end }}
<a class="icon" href="https://www.linkedin.com/">{{ partial "show-svg-icon.html" (dict "context" . "icon" "linkedin" "iconsize" $iconsize_footer "alt" "Icoon van LinkedIn" "title" "Vind ons op LinkedIn") }}</a>
<a class="icon" href="{{ absURL "atom.xml" }}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "rss" "iconsize" $iconsize_footer "alt" "Icoon van Atom-feed" "title" "RSS-feed voor nieuwsberichten") }}</a>
<a class="icon" href="{{ absURL "feed.json" }}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "database" "iconsize" $iconsize_footer "alt" "Icoon van JSON-feed" "title" "JSON Feed voor actueel nieuws") }}</a>
<a class="icon" href="{{ absURL "atom.xml" }}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "rss" "iconsize" $iconsize_footer "alt" "Icoon van Atom-feed" "title" "RSS-feed for news") }}</a>
<a class="icon" href="{{ absURL "feed.json" }}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "database" "iconsize" $iconsize_footer "alt" "Icoon van JSON-feed" "title" "JSON Feed for news") }}</a>
</nav>
</div>
<div>