UNPKG

@ou-imdt/css

Version:

The IMDT CSS library styles native elements with light, extendable CSS. It is developed for Interactive Media Developers at the Open University.

24 lines (22 loc) 459 B
:root, :host { /* Code */ --code-font: var(--font-alt); --code-bg: var(--fg1); --code-fg: var(--bg1); --code-radius: var(--radius); --code-font: courier, monospace; --code-padding: 0 .3em; } code { font-family: var(--code-font); background: var(--code-bg); color: var(--code-fg); border-radius: var(--code-radius); font-family: var(--code-font); padding: var(--code-padding); } pre>code { background: inherit; color: inherit; }