User:AfroThundr3007730/styles.css
Appearance
#myStyle {
background: #7b8; /* linear-gradient(to top, #71B280, #dbd5a4); */
font-family: sans-serif;
padding: 1em;
}
#myStyle h2 {
border-bottom-color: rgba(0,0,0,.5);
}
#myStyle code {
color: rgba(0,0,0,.8);
border: 0;
}
#myStyle .toc,
#myStyle code,
#myStyle blockquote {
background: rgba(255,255,255,.3);
}
#myStyle table {
background: rgba(255,255,255,.3) !important;
}
#myStyle table th,
#myStyle table td {
background: transparent !important;
}