mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
colors iteration
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user