diff --git a/static/index.html b/static/index.html index d75cc5a..b4e6af7 100644 --- a/static/index.html +++ b/static/index.html @@ -61,7 +61,6 @@ Powered by yt-dlp
Inspired by Cobalt
- Happy 100 commits :)

diff --git a/static/style.css b/static/style.css index 35a4e1f..248d296 100644 --- a/static/style.css +++ b/static/style.css @@ -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,