add night theme

This commit is contained in:
2024-12-04 20:14:02 +03:00
parent 67459900f0
commit 5895c700db
3 changed files with 40 additions and 28 deletions

View File

@@ -11,6 +11,9 @@
</head>
<body>
<button id="theme-toggle" class="theme-btn">
<i id="theme-icon" class="fa-solid fa-sun"></i>
</button>
<div class="container">
<div class="header">
<h1 class="name fs-4 fw-lighter font-monospace">Твои шаблоны</h1>
@@ -254,7 +257,6 @@
</div>
</div>
</1--div>
<button id="theme-toggle">Сменить тему</button>
<script src="popup.js"></script>
</body>