summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-05-03 11:29:14 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-05-03 11:29:14 -0400
commit70d78628df3fe9a74c56895561d2edc9fcf6d3eb (patch)
treef16d222bd2004972f15d3d9dd82245e59bda2907
parenteb7bc1a835811fb5c7a2ca14bb900b2210cbd919 (diff)
make the footer links less prominent
-rw-r--r--static/build.html2
-rw-r--r--static/contact.html2
-rw-r--r--static/donate.html2
-rw-r--r--static/grapheneos.css8
-rw-r--r--static/index.html2
-rw-r--r--static/install.html2
-rw-r--r--static/releases.html2
-rw-r--r--static/source.html2
8 files changed, 15 insertions, 7 deletions
diff --git a/static/build.html b/static/build.html
index ec4c777e..b3addb5f 100644
--- a/static/build.html
+++ b/static/build.html
@@ -11,7 +11,7 @@
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:url" content="https://grapheneos.org/build"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="stylesheet" href="/grapheneos.css?1"/>
+ <link rel="stylesheet" href="/grapheneos.css?2"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/build"/>
</head>
diff --git a/static/contact.html b/static/contact.html
index f31580b7..f8cca6fd 100644
--- a/static/contact.html
+++ b/static/contact.html
@@ -11,7 +11,7 @@
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:url" content="https://grapheneos.org/contact"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="stylesheet" href="/grapheneos.css?1"/>
+ <link rel="stylesheet" href="/grapheneos.css?2"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/contact"/>
</head>
diff --git a/static/donate.html b/static/donate.html
index 076444d4..a33f06cd 100644
--- a/static/donate.html
+++ b/static/donate.html
@@ -11,7 +11,7 @@
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:url" content="https://grapheneos.org/donate"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="stylesheet" href="/grapheneos.css?1"/>
+ <link rel="stylesheet" href="/grapheneos.css?2"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/donate"/>
</head>
diff --git a/static/grapheneos.css b/static/grapheneos.css
index aa0e03b5..992f494b 100644
--- a/static/grapheneos.css
+++ b/static/grapheneos.css
@@ -100,6 +100,14 @@ footer {
text-align: center;
}
+footer a {
+ color: #9e9e9e; /* grey500 */
+}
+
+footer a:visited {
+ color: #9e9e9e; /* grey500 */
+}
+
#social {
margin-top: 2em;
}
diff --git a/static/index.html b/static/index.html
index e025405a..9367a585 100644
--- a/static/index.html
+++ b/static/index.html
@@ -11,7 +11,7 @@
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:url" content="https://grapheneos.org/"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="stylesheet" href="/grapheneos.css?1"/>
+ <link rel="stylesheet" href="/grapheneos.css?2"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/"/>
</head>
diff --git a/static/install.html b/static/install.html
index 621c4edc..2c414a4d 100644
--- a/static/install.html
+++ b/static/install.html
@@ -11,7 +11,7 @@
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:url" content="https://grapheneos.org/install"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="stylesheet" href="/grapheneos.css?1"/>
+ <link rel="stylesheet" href="/grapheneos.css?2"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/install"/>
</head>
diff --git a/static/releases.html b/static/releases.html
index 2afdf434..7b9df5cf 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -11,7 +11,7 @@
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:url" content="https://grapheneos.org/releases"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="stylesheet" href="/grapheneos.css?1"/>
+ <link rel="stylesheet" href="/grapheneos.css?2"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/releases"/>
</head>
diff --git a/static/source.html b/static/source.html
index 9fbdaebf..ec1611be 100644
--- a/static/source.html
+++ b/static/source.html
@@ -11,7 +11,7 @@
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:url" content="https://grapheneos.org/source"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="stylesheet" href="/grapheneos.css?1"/>
+ <link rel="stylesheet" href="/grapheneos.css?2"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/source"/>
</head>