updates.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2020-03-19 23:44:52 -06:00
parent e51199abda
commit 24b0fdd592
2 changed files with 5 additions and 1 deletions

View File

@ -51,6 +51,10 @@ h1 {
color:#008000;
}
code > span.fl {
color: #008000;
}
/* Style the navbar */
#navbar {
overflow: hidden;

View File

@ -14,7 +14,7 @@
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/style.css">
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}