diff options
| -rw-r--r-- | static/build.html | 2 | ||||
| -rw-r--r-- | static/contact.html | 2 | ||||
| -rw-r--r-- | static/donate.html | 2 | ||||
| -rw-r--r-- | static/grapheneos.css | 8 | ||||
| -rw-r--r-- | static/index.html | 2 | ||||
| -rw-r--r-- | static/install.html | 2 | ||||
| -rw-r--r-- | static/releases.html | 2 | ||||
| -rw-r--r-- | static/source.html | 2 |
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> |
