diff --git a/src/main/webapp/sass/themes/_dark.scss b/src/main/webapp/sass/themes/_dark.scss index 109931e9..93704b67 100644 --- a/src/main/webapp/sass/themes/_dark.scss +++ b/src/main/webapp/sass/themes/_dark.scss @@ -1,3 +1,5 @@ +#theme-dark { + * { outline: 0; text-decoration: none; @@ -211,3 +213,4 @@ input[ng-model='keywords'] { #uvTab:hover { margin-bottom: 0; } +}