From 4ee6a3872e2ab69c12c4f256d179a48697cc1a0b Mon Sep 17 00:00:00 2001 From: Violet <110205356+Violets-puragtory@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:09:08 +0000 Subject: [PATCH] Remove bootstrap (womp womp) --- static/index.html | 1 - static/style.css | 9 ++++++--- 2 files changed, 6 insertions(+), 4 deletions(-) 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,