make the footer links less prominent

This commit is contained in:
Daniel Micay 2019-05-03 11:29:14 -04:00
parent eb7bc1a835
commit 70d78628df
8 changed files with 15 additions and 7 deletions

View File

@ -11,7 +11,7 @@
<meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:url" content="https://grapheneos.org/build"/> <meta property="og:url" content="https://grapheneos.org/build"/>
<meta property="og:site_name" content="GrapheneOS"/> <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="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/build"/> <link rel="canonical" href="https://grapheneos.org/build"/>
</head> </head>

View File

@ -11,7 +11,7 @@
<meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:url" content="https://grapheneos.org/contact"/> <meta property="og:url" content="https://grapheneos.org/contact"/>
<meta property="og:site_name" content="GrapheneOS"/> <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="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/contact"/> <link rel="canonical" href="https://grapheneos.org/contact"/>
</head> </head>

View File

@ -11,7 +11,7 @@
<meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:url" content="https://grapheneos.org/donate"/> <meta property="og:url" content="https://grapheneos.org/donate"/>
<meta property="og:site_name" content="GrapheneOS"/> <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="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/donate"/> <link rel="canonical" href="https://grapheneos.org/donate"/>
</head> </head>

View File

@ -100,6 +100,14 @@ footer {
text-align: center; text-align: center;
} }
footer a {
color: #9e9e9e; /* grey500 */
}
footer a:visited {
color: #9e9e9e; /* grey500 */
}
#social { #social {
margin-top: 2em; margin-top: 2em;
} }

View File

@ -11,7 +11,7 @@
<meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:url" content="https://grapheneos.org/"/> <meta property="og:url" content="https://grapheneos.org/"/>
<meta property="og:site_name" content="GrapheneOS"/> <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="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/"/> <link rel="canonical" href="https://grapheneos.org/"/>
</head> </head>

View File

@ -11,7 +11,7 @@
<meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:url" content="https://grapheneos.org/install"/> <meta property="og:url" content="https://grapheneos.org/install"/>
<meta property="og:site_name" content="GrapheneOS"/> <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="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/install"/> <link rel="canonical" href="https://grapheneos.org/install"/>
</head> </head>

View File

@ -11,7 +11,7 @@
<meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:url" content="https://grapheneos.org/releases"/> <meta property="og:url" content="https://grapheneos.org/releases"/>
<meta property="og:site_name" content="GrapheneOS"/> <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="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/releases"/> <link rel="canonical" href="https://grapheneos.org/releases"/>
</head> </head>

View File

@ -11,7 +11,7 @@
<meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:url" content="https://grapheneos.org/source"/> <meta property="og:url" content="https://grapheneos.org/source"/>
<meta property="og:site_name" content="GrapheneOS"/> <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="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/source"/> <link rel="canonical" href="https://grapheneos.org/source"/>
</head> </head>