Compare commits
1 Commits
master
...
vojta001/l
Author | SHA1 | Date | |
---|---|---|---|
|
edd2da4714 |
@ -1,7 +1,6 @@
|
|||||||
const template = document.createElement("template");
|
const template = document.createElement("template");
|
||||||
template.innerHTML = `
|
template.innerHTML = `
|
||||||
<style>
|
<style>
|
||||||
@import 'https://unpkg.com/firacode@1.206.0/distr/fira_code.css';
|
|
||||||
svg > * {
|
svg > * {
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
@ -48,6 +47,7 @@ template.innerHTML = `
|
|||||||
margin-bottom: -0.3em;
|
margin-bottom: -0.3em;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
}
|
}
|
||||||
|
@import 'https://unpkg.com/firacode@1.206.0/distr/fira_code.css';
|
||||||
</style>
|
</style>
|
||||||
<span id="wrapper">
|
<span id="wrapper">
|
||||||
<span id="titlePlaceholder"></span>
|
<span id="titlePlaceholder"></span>
|
||||||
|
Loading…
Reference in New Issue
Block a user