diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 5044719..a05fb8e 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -214,3 +214,25 @@ h1 svg.icon { color: white; text-decoration: none; } + + + +/* Print compatibility */ +@media print { + .top, footer, .section-header-link { + display: none; + } + + .icon { + color: black; + } + + :not(pre) > code { + background-color: lightgray; + } + + body { + background-color: white; + color: black; + } +}