Remove bootstrap (womp womp)

This commit is contained in:
Violet 2024-02-23 19:09:08 +00:00 committed by GitHub
parent 5daf57413d
commit 4ee6a3872e
2 changed files with 6 additions and 4 deletions

View file

@ -61,7 +61,6 @@
Powered by <a target="_blank" href="https://github.com/yt-dlp/yt-dlp/">yt-dlp</a>
<br>
Inspired by <a href="https://cobalt.tools">Cobalt</a><br>
Happy 100 commits :)
</p>
</body>

View file

@ -1,5 +1,3 @@
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css");
:root {
--primary-color: rgb(230, 210, 255);
--text-color: rgb(230, 230, 255);
@ -15,7 +13,12 @@
h1,
h1>* {
color: var(--primary-color)
color: var(--primary-color);
font-weight: 100;
}
hr {
opacity: 0.5;
}
p,