This commit is contained in:
McShelby 2022-05-23 12:25:20 +00:00
parent d3b4df5c96
commit 0b17e2d7d1
310 changed files with 6165 additions and 6162 deletions

View file

@ -62,11 +62,13 @@ pre {
#body code, #body strong, #body b,
#body li, #body dd, #body dt,
#body p,
#body .anchor,
#body a {
/* better contrast for colored elements */
color: black;
}
#body .anchor{
display: none;
}
#body pre,
#body code {
background-color: white;

View file

@ -1403,7 +1403,8 @@ option {
cursor: pointer;
font-size: .5em;
margin-left: .66em;
vertical-align: middle;
margin-top: .9em;
position: absolute;
visibility: hidden;
}