updated default css

This commit is contained in:
m455 2023-02-03 02:42:42 -05:00
parent 5c7d1fdf59
commit 52682b18be

View file

@ -13,7 +13,8 @@
a { color: blue }
nav a { margin-right: 10px }
hr { border: 0; border-bottom: 1px solid black; margin-top: 16px }
td { padding: 0em .5em; vertical-align: top }
th { text-align: left }
td { padding: 0em 1em 0 0; vertical-align: top; }
footer { font-size: small; text-align: right }
/* permalinks */
h1 a[href^="#"]::after, h2 a[href^="#"]::after, h3 a[href^="#"]::after, h4 a[href^="#"]::after, h5 a[href^="#"]::after, h6 a[href^="#"]::after { content: "¶"; opacity: 0; margin-left: .5em; }
@ -24,9 +25,8 @@
font-family: monospace;
border-collapse: collapse;
}
#file-contents code {
background-color: inherit;
}
#file-contents code { background-color: inherit }
.line-number { text-align: right }
</style>
</head>
<body>