From 85ba93eb2baf926e1ee4908772d77461426b5a9f Mon Sep 17 00:00:00 2001 From: moepoi <moepoi@protonmail.com> Date: Sun, 26 Sep 2021 16:24:04 +0700 Subject: [PATCH] Add theme color to Bag Page --- bag.html | 1 + 1 file changed, 1 insertion(+) diff --git a/bag.html b/bag.html index 8087a2d..2b1aee5 100644 --- a/bag.html +++ b/bag.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta content="IE=edge" http-equiv="X-UA-Compatible"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> + <meta name="theme-color" content="#8b0000"> <title>Shopping Bag</title> <link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" rel="stylesheet">