[happybirthdaygnome-web] Make donate button blue to highlight it better
- From: Andreas Nilsson <andreasn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [happybirthdaygnome-web] Make donate button blue to highlight it better
- Date: Mon, 31 Jul 2017 14:10:10 +0000 (UTC)
commit 92222e0dbed52d619699f4dc28b23ec7287d0ccf
Author: Andreas Nilsson <anilsson redhat com>
Date: Mon Jul 31 15:09:39 2017 +0100
Make donate button blue to highlight it better
css/happybirthdaygnome.css | 11 ++++++++++-
index.html | 2 +-
2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/css/happybirthdaygnome.css b/css/happybirthdaygnome.css
index 2528a89..5dea322 100644
--- a/css/happybirthdaygnome.css
+++ b/css/happybirthdaygnome.css
@@ -18,6 +18,16 @@ section {
.btn-xl {
padding: 10px 40px;
}
+.btn-blue {
+ background-color: #4a86cf;
+ border-color: #3968a1;
+ color: #ffffff;
+}
+.btn-blue:hover {
+ background-color: #6e9ed9;
+ border-color: #3968a1;
+ color: #ffffff;
+}
.m-t-2 {
margin-top: 20px;
}
@@ -105,7 +115,6 @@ section {
max-width: 100%;
}
}
-
#facts dt {
margin-top: 30px;
}
diff --git a/index.html b/index.html
index 16d0985..6f849dd 100644
--- a/index.html
+++ b/index.html
@@ -49,7 +49,7 @@
<div class="text-center">
<p class="h1">Happy Birthday GNOME!</p>
<p class="h2">The GNOME community is proud to celebrate 20 years of
GNOME!</p><img alt="Birthday logo for 20 years of GNOME" class="img-responsive"
src="./images/birthday_logo.png">
- <p class="h3 m-b-2">Join us in celebrating 20 years of GNOME by becoming a
Friend of GNOME</p><a class="btn btn-action btn-xl" href="https://www.gnome.org/friends/"
target="_blank">Donate to GNOME</a>
+ <p class="h3 m-b-2">Join us in celebrating 20 years of GNOME by becoming a
Friend of GNOME</p><a class="btn btn-action btn-xl btn-blue" href="https://www.gnome.org/friends/"
target="_blank">Donate to GNOME</a>
</div>
<p class="m-t-2">Your donation will ensure that GNOME continues to be a free and
open source desktop by providing resources to developers, education for end users, and worldwide promotion
for GNOME.</p>
<p>GNOME brings volunteers, professionals, companies, and non-profits together from
around the world to create a complete free software solution for everyone. The GNOME community continues to
have a memorable journey.</p>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]