/* Written in 2020 by Jesse Watson This theme is licensed under a Creative Commons Attribution 4.0 International License. You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by/4.0/ Modifified by Alex Anderson, owner of Serpent Security. Modifications are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license */ body { background-color: #232932; color: #ccc; font-size: 1.2em; margin-left: 5vw; margin-right: 5vw; margin-bottom: 5vh; } a:link { color: #0e8c63; color: #4ecca3; } a:visited { color: #4ecca3; } a:hover { color: #beb; } a:active { color: #fff; } h1 { color: #42ffa3; text-align: center; } pre { background-color: #000; overflow: scroll; width: 100%; border: 1pt solid #888; font-size: 100%; margin-left: 0; margin-right: 0; } code { background-color: #000; } blockquote { border-left: 3pt solid #8c8; } body { background-color: #232931; font-family: monospace; } li { color: #ccc; } h1 { // color: #ffffff; background-color: #24242; } td { color: #ccc; padding-left: 9px; padding-right: 9px; } th { color: #ccc; padding-left: 9px; padding-right: 9px; } tr:nth-child(even) { background-color: #393e46 } tr { border-left: 1px solid #393e46; } table { width: -webkit-fill-available; border-collapse: separate; border-spacing: 0; } thead { background: #393e46; } hr { margin-left: 5vw; margin-right: 5vw; } 