background and border fixes

This commit is contained in:
2024-04-06 21:37:17 -07:00
parent 03873935b5
commit 9688d874da
+24 -2
View File
@@ -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 @@
}
</style>
<body>
<body style="background-color: #0D1117">
</body>