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