Retitle snippets

This commit is contained in:
Chalarangelo
2022-02-13 18:40:16 +02:00
parent cd58cfe194
commit d88d014e80
130 changed files with 134 additions and 134 deletions

View File

@ -1,5 +1,5 @@
---
title: injectCSS
title: Inject CSS
tags: browser,css,intermediate
firstSeen: 2020-10-15T22:18:00+03:00
lastUpdated: 2020-10-22T20:23:47+03:00
@ -23,6 +23,6 @@ const injectCSS = css => {
```
```js
injectCSS('body { background-color: #000 }');
injectCSS('body { background-color: #000 }');
// '<style type="text/css">body { background-color: #000 }</style>'
```