summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-05-04 18:08:56 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-05-04 18:08:56 -0400
commitcf28e523618bbee6c3052dcece8b3f58ef53397d (patch)
treeb1eee0bbba6be3e8b9537e283246d9ffdf45f148 /static
parent5d1af483ca9dafac06ab9a2dda4bd2567f1aef25 (diff)
replace placeholder link colors
Diffstat (limited to 'static')
-rw-r--r--static/grapheneos.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css
index 6bf9cdc4..4fee6589 100644
--- a/static/grapheneos.css
+++ b/static/grapheneos.css
@@ -14,12 +14,12 @@ body {
}
a {
- color: #0000ee;
+ color: #1565c0; /* blue800 */
text-decoration: none;
}
a:visited {
- color: #551a8b;
+ color: #6a1b9a; /* purple800 */
}
a:hover {