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 } a { color: blue }
nav a { margin-right: 10px } nav a { margin-right: 10px }
hr { border: 0; border-bottom: 1px solid black; margin-top: 16px } 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 } footer { font-size: small; text-align: right }
/* permalinks */ /* 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; } 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; font-family: monospace;
border-collapse: collapse; border-collapse: collapse;
} }
#file-contents code { #file-contents code { background-color: inherit }
background-color: inherit; .line-number { text-align: right }
}
</style> </style>
</head> </head>
<body> <body>