added browser theme color
This commit is contained in:
parent
f4f33f1811
commit
ddeca026d5
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="icon" type="image" href="./assets/favicon.png">
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<script src="script.js"></script>
|
||||
<meta name="theme-color" content="#000000" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ color: white;
|
|||
position: sticky;
|
||||
top: 0px;
|
||||
width: 100%;
|
||||
background-color: black;
|
||||
background-color: #000000;
|
||||
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.473);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Reference in New Issue