From 59495c6d75fefefd3041cca0938263143e507eb4 Mon Sep 17 00:00:00 2001 From: Laurens Date: Mon, 11 Mar 2024 17:35:34 +0100 Subject: [PATCH] emailadres nlnet --- content/contact.md | 5 ++++- themes/nluug/assets/scss/_colors.scss | 2 +- themes/nluug/assets/scss/styles.scss | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/content/contact.md b/content/contact.md index 66e5145..8f2e6dc 100644 --- a/content/contact.md +++ b/content/contact.md @@ -14,8 +14,11 @@ title: "Contact" Please feel free to reach out to us via email at the following addresses for any inquiries or assistance. We're here to help and eager to hear from you! -For questions about the Fediversity project: +For generic questions about the Fediversity project: * contact@fediversity.eu +For questions about the administrative side of the Fediversity Project: +* fediversity@nlnet.nl + If you have questions about the funding rounds that are part of the Fediversity project, you can find out more information on the NLnet website: * https://nlnet.nl/fediversity/guideforapplicants/ \ No newline at end of file diff --git a/themes/nluug/assets/scss/_colors.scss b/themes/nluug/assets/scss/_colors.scss index 1ad704c..3cacb23 100644 --- a/themes/nluug/assets/scss/_colors.scss +++ b/themes/nluug/assets/scss/_colors.scss @@ -8,7 +8,7 @@ $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: #cc3300; -$color-highlight-box-other-border: #99AFE2; +$color-highlight-box-other-border: #fff2e6; $color-highlight-box-other-background: #E3E9F7; $color-highlight-box-nluug-border: #cc3300; $color-highlight-box-nluug-background: #F5E1ED; diff --git a/themes/nluug/assets/scss/styles.scss b/themes/nluug/assets/scss/styles.scss index 462ca21..b6d7ae4 100644 --- a/themes/nluug/assets/scss/styles.scss +++ b/themes/nluug/assets/scss/styles.scss @@ -37,8 +37,8 @@ figure { } footer { - background-color: #E3E9F7; - border-top: 1px solid #99AFE2; + background-color: #fff2e6; + border-top: 1px solid #ffcc99; margin-top: 40px; padding: 20px; }