added browser theme color

This commit is contained in:
KZacharski 2023-08-20 01:59:56 +02:00
parent f4f33f1811
commit ddeca026d5
2 changed files with 2 additions and 1 deletions

View File

@ -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">

View File

@ -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;