colors iteration

This commit is contained in:
rafapaezbas
2024-02-13 19:14:15 +01:00
parent a4d6ab677e
commit 4162f2da3a
2 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ customElements.define('docs-viewer', class extends HTMLElement {
<style>
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; }
a:visited, a:active, a { color: #B0D944; outline: none; text-decoration: none; background-color: #151517 }
#panel.light a, #panel.light a:visited, #panel.light a:active { color: #7c9735; font-weight: bold; }
h1 { padding: .5rem; border-right: 1px solid #B0D944; border-bottom: 1px solid #B0D944; display: inline-block; padding-right: 0.75em; padding-left: 0.5em; }
code {