mirror of
https://github.com/ION606/ion606.github.io.git
synced 2026-05-14 22:16:59 +00:00
background and border fixes
This commit is contained in:
+24
-2
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user