diff --git a/src/main/webapp/sass/themes/_dark.scss b/src/main/webapp/sass/themes/_dark.scss index a6702666..ae2111bf 100644 --- a/src/main/webapp/sass/themes/_dark.scss +++ b/src/main/webapp/sass/themes/_dark.scss @@ -1,3 +1,5 @@ +#theme-dark { + .btn { border: 0; outline: 0; @@ -61,3 +63,4 @@ div.settings a { div.about-module a { color: #e6c6c9; } +}