summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-10-05 00:05:15 +0300
committerYuval Adam <_@yuv.al>2021-10-05 00:05:15 +0300
commit7b777e1eec2a156634c658255c91f00ddabaa85f (patch)
tree18d600eace936614b2f1e6fd05c21a5aab355bb2
parentb02c0f4821023699a008528ae4e5320da130e66e (diff)
CSS colors
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index 8c6e6f6..d6e6602 100644
--- a/index.html
+++ b/index.html
@@ -8,6 +8,12 @@
<meta name="description" content="Facebook Downtime">
<meta name="keywords" content="facebook, downtime, fbdowntime.com">
<link rel="canonical" href="https://fbdowntime.com">
+ <style>
+ body {
+ background-color: #3b5998;
+ color: white;
+ }
+ </style>
</head>
<body>