diff --git a/.gitignore b/.gitignore index b512c09..55371e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +.vscode \ No newline at end of file diff --git a/assets/scss/_header.scss b/assets/scss/_header.scss index 5577fcb..ef41fe0 100644 --- a/assets/scss/_header.scss +++ b/assets/scss/_header.scss @@ -41,3 +41,10 @@ .theme-toggler { fill: currentColor; } + +.unselectable { + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; +} \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 392adfb..74b1631 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -13,7 +13,7 @@ {{ end }} - {{ partial "theme-icon.html" . }} + {{ partial "theme-icon.html" . }}