diff options
| author | Yuval Adam <_@yuv.al> | 2021-10-05 00:05:15 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-10-05 00:05:15 +0300 |
| commit | 7b777e1eec2a156634c658255c91f00ddabaa85f (patch) | |
| tree | 18d600eace936614b2f1e6fd05c21a5aab355bb2 | |
| parent | b02c0f4821023699a008528ae4e5320da130e66e (diff) | |
CSS colors
| -rw-r--r-- | index.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |
