From 9688d874daaaaa9eeaa63688ba098d012788c619 Mon Sep 17 00:00:00 2001 From: ION606 Date: Sat, 6 Apr 2024 21:37:17 -0700 Subject: [PATCH] background and border fixes --- README.html | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index 6155729..0fa45b1 100644 --- a/README.html +++ b/README.html @@ -14,7 +14,29 @@ color: #E6EDF3 } - img { + body { + padding-bottom: 20px; + padding-top: 20px; + } + + .gist article { + max-width: 1000px; + margin: auto; + border-radius: 10px; + border: #E6EDF3 solid 1px; + /* margin-bottom: 50px; */ + } + + .gist .gist-file { + border:none; + } + + #file-readme-md-readme { + background-color: #0D1117; + border: none; + } + + .gist .markdown-body img { background: none; } @@ -23,7 +45,7 @@ } - +