From 67619c506e4da31fa6906781f9a1b9e52625218f Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 4 Jun 2021 20:47:54 -0700 Subject: [PATCH] Replace #000 with black. --- frontends/ycdl_flask/templates/channels.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/ycdl_flask/templates/channels.html b/frontends/ycdl_flask/templates/channels.html index b88a5b6..f755452 100644 --- a/frontends/ycdl_flask/templates/channels.html +++ b/frontends/ycdl_flask/templates/channels.html @@ -22,7 +22,7 @@ margin: 8px 0; padding: 10px; border-radius: 4px; - border: 1px solid #000; + border: 1px solid black; } .channel_card_pending {