This commit is contained in:
dmc
2024-02-14 01:18:12 +01:00
parent d536735c4f
commit e0de77140f
2 changed files with 7 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ customElements.define('docs-viewer', class extends HTMLElement {
this.template.innerHTML = `
<div>
<style>
:host { display: block; padding-bottom: 3rem }
ul { list-style-type: none; }
ul li::before { content: '❥ '; margin-right: 0.5em; }
a:visited, a:active, a { color: #B0D944; outline: none; text-decoration: none; background-color: #151517 }