This commit is contained in:
bel
2021-09-14 06:29:17 -06:00
commit a71c585675
36 changed files with 700 additions and 0 deletions

67
gollum/custom.css Executable file
View File

@@ -0,0 +1,67 @@
#head
> .actions
> .minibutton:nth-last-child(-n+2)
, #head
> .actions
> .minibutton:nth-child(6)
, #head
> .actions
> .minibutton:nth-child(4)
{
display: none;
}
body
{
background-color: #222;
-webkit-filter: invert(85%);
filter: invert(85%);
}
img
{
-webkit-filter: invert(100%);
filter: invert(100%);
}
.img-drop-down
{
width: 100%;
}
.img-drop-down
> img
{
text-align: center;
margin: 0 auto;
padding: 1em 0;
max-width: 100%;
max-height: 400px;
display: block;
}
.markdown-body
h1
{
border-top: 1px solid #ddd;
padding-top: 10px;
}
#head
> h1
{
/*display: none;*/
width: 100%;
}
summary
> h1
, summary
> h2
, summary
> h3
, summary
> h4
{
display: inline-block;
}