fix(core): update
This commit is contained in:
@ -5,13 +5,13 @@ import {
|
||||
TemplateResult,
|
||||
property,
|
||||
state,
|
||||
} from '@designestate/dees-element';
|
||||
} from '@design.estate/dees-element';
|
||||
|
||||
import hlight from 'highlight.js';
|
||||
|
||||
import * as smartstring from '@pushrocks/smartstring';
|
||||
import * as smartstring from '@push.rocks/smartstring';
|
||||
|
||||
import * as domtools from '@designestate/dees-domtools';
|
||||
import * as domtools from '@design.estate/dees-domtools';
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
@ -109,7 +109,7 @@ export class DeesDataviewCodebox extends DeesElement {
|
||||
.lineNumbers {
|
||||
line-height: 1.4em;
|
||||
font-weight: 200;
|
||||
font-family: monospace;
|
||||
font-family: 'Intel One Mono', 'monospace';
|
||||
}
|
||||
|
||||
.hljs-string {
|
||||
|
Reference in New Issue
Block a user