changed github-dark layout
This commit is contained in:
parent
4029452654
commit
4d6fe2f20f
|
@ -45,20 +45,24 @@ details summary::marker { content: "\1F4C1\20";}
|
||||||
/* 12em is the width of the columns */
|
/* 12em is the width of the columns */
|
||||||
flex: 0 0 14em;
|
flex: 0 0 14em;
|
||||||
background-color: #0d1117;
|
background-color: #0d1117;
|
||||||
|
/* expermimental line height */
|
||||||
|
line-height: 1.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.HolyGrail-nav ul {
|
.HolyGrail-nav ul {
|
||||||
list-style-type: none!important;
|
list-style-type: none!important;
|
||||||
padding-left : 0.3em;
|
padding-left : 1ch;
|
||||||
margin: 0em;
|
margin: 0em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.HolyGrail-nav li {
|
.HolyGrail-nav li {
|
||||||
list-style-type: none!important;
|
list-style-type: none!important;
|
||||||
padding-left : 1em;
|
padding-left : 0.5ch;
|
||||||
margin: 0em;
|
margin: 0em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
/* expermimental line height */
|
||||||
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.HolyGrail-nav a{
|
.HolyGrail-nav a{
|
||||||
|
|
Loading…
Reference in New Issue