Remove bootstrap (womp womp)
This commit is contained in:
parent
5daf57413d
commit
4ee6a3872e
2 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue