diff --git a/librarian/0001-Add-Doom-One-ColourScheme.patch b/librarian/0001-Add-Doom-One-ColourScheme.patch index 606585f..dd63555 100644 --- a/librarian/0001-Add-Doom-One-ColourScheme.patch +++ b/librarian/0001-Add-Doom-One-ColourScheme.patch @@ -1,15 +1,17 @@ -From 9a3cd8d1925a9ecc7d25e6d2a67e99649a52265b Mon Sep 17 00:00:00 2001 -From: Administrator -Date: Fri, 3 Jun 2022 09:08:38 -0400 -Subject: [PATCH] Add Doom One ColourScheme +From 1adf1574c82c6bf5fd0b21cfdb3d1e08f14b0367 Mon Sep 17 00:00:00 2001 +From: Arya Kiran +Date: Sat, 4 Jun 2022 16:28:14 +0530 +Subject: [PATCH] Add-Doom-One-ColourScheme --- static/css/base.css | 24 +++++------------------- + static/css/video.css | 6 ++++-- static/img/librarian.svg | 2 +- - 2 files changed, 6 insertions(+), 20 deletions(-) + views/partials/head.hbs | 3 --- + 4 files changed, 10 insertions(+), 25 deletions(-) diff --git a/static/css/base.css b/static/css/base.css -index 14033f4..8574064 100644 +index 08e00d0..c2eb198 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -1,7 +1,7 @@ @@ -32,7 +34,7 @@ index 14033f4..8574064 100644 } .center { -@@ -262,19 +264,3 @@ footer { +@@ -267,19 +269,3 @@ footer { } } @@ -53,6 +55,35 @@ index 14033f4..8574064 100644 - } -} \ No newline at end of file +diff --git a/static/css/video.css b/static/css/video.css +index e7b5ae2..fcaf6e9 100644 +--- a/static/css/video.css ++++ b/static/css/video.css +@@ -69,7 +69,7 @@ li br { + } + + .relVid__link { +- color: #000; ++ color: #bbc2cf; + } + + .relVid__thumbnailWrapper { +@@ -92,6 +92,8 @@ li br { + font-weight: 600; + font-size: 14px; + justify-content: space-between; ++ color: #bbc2cf; ++ + } + + @media only screen and (max-width: 812px) { +@@ -130,4 +132,4 @@ li br { + .streamOffline { + background-color: --var(--purple); + } +-} +\ No newline at end of file ++} diff --git a/static/img/librarian.svg b/static/img/librarian.svg index d940146..b3ecc8c 100644 --- a/static/img/librarian.svg @@ -61,5 +92,18 @@ index d940146..b3ecc8c 100644 - \ No newline at end of file + +diff --git a/views/partials/head.hbs b/views/partials/head.hbs +index 125deec..973e3a2 100644 +--- a/views/partials/head.hbs ++++ b/views/partials/head.hbs +@@ -14,6 +14,3 @@ + + + +-{{#if theme}} +- +-{{/if}} +\ No newline at end of file -- -2.30.2 +2.36.1 +