make the footer links less prominent
This commit is contained in:
parent
eb7bc1a835
commit
70d78628df
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -100,6 +100,14 @@ footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #9e9e9e; /* grey500 */
|
||||
}
|
||||
|
||||
footer a:visited {
|
||||
color: #9e9e9e; /* grey500 */
|
||||
}
|
||||
|
||||
#social {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user