aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles.ts')
-rw-r--r--src/styles.ts1
1 files changed, 1 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>.
+// Adds CSS to the page to hide superfluous user interface elements.
export default function styles () {
const style = document.createElement('style');