diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css index ae58463..9ca6f8c 100644 --- a/assets/css/template-styles.css +++ b/assets/css/template-styles.css @@ -1024,3 +1024,13 @@ h1 svg { background: none; } } + +::-moz-selection { /* Code for Firefox */ + background: rgba(0,0,0,.8); + color: #fefefe; +} + +::selection { + background: rgba(0,0,0,.8); + color: #fefefe; +} \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 6d294ba..37d4eb6 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -27,7 +27,7 @@