From 9eecf1c6be59ff3c04152390d7ce556e36965fd8 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 9 May 2020 00:32:16 +0200 Subject: Add documentation comments --- src/styles.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/styles.ts') diff --git a/src/styles.ts b/src/styles.ts index 3e1658b..0d5235d 100644 --- a/src/styles.ts +++ b/src/styles.ts @@ -15,6 +15,7 @@ // You should have received a copy of the GNU General Public License // along with Immersive. If not, see . +// Adds CSS to the page to hide superfluous user interface elements. export default function styles () { const style = document.createElement('style'); -- cgit v1.2.3