From 2cc59f9c47ac8326ccf01968d8bce7d8bea692dc Mon Sep 17 00:00:00 2001
From: moepoi <moepoi@protonmail.com>
Date: Sun, 26 Sep 2021 16:24:59 +0700
Subject: [PATCH] Add theme color to OTP Page

---
 otp.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/otp.html b/otp.html
index ef4559b..6885135 100644
--- a/otp.html
+++ b/otp.html
@@ -5,6 +5,7 @@
     <meta charset="utf-8">
     <meta content="IE=edge" http-equiv="X-UA-Compatible">
     <meta content="width=device-width, initial-scale=1" name="viewport">
+    <meta name="theme-color" content="#8b0000">
     <link href="assets/favicon.webp" rel="shortcut icon" type="image/png"/>
     <title>2-Factor Verification</title>
     <link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"