From 1523d3d7271d97a5c27e6387da4bf8c931450a1a Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 11 Mar 2023 21:38:58 +0800 Subject: [PATCH] Don't know why I add this since the beginning Probably some UI experiment that I forgot to remove lol --- src/app.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app.css b/src/app.css index 12c43776..76b74334 100644 --- a/src/app.css +++ b/src/app.css @@ -74,8 +74,6 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { margin: auto; width: var(--main-width); max-width: 100%; - border-left: 1px solid rgba(0, 0, 0, 0.1); - border-right: 1px solid rgba(0, 0, 0, 0.1); background-color: var(--bg-color); } .deck.contained {