diff --git a/src/client/app/desktop/style.styl b/src/client/app/desktop/style.styl
index adcfc3153435fc8ec31d6ccdfa775d667e6ccbba..d2674cfe2069764efe9200afaf48b163053dd74e 100644
--- a/src/client/app/desktop/style.styl
+++ b/src/client/app/desktop/style.styl
@@ -60,6 +60,9 @@ html
 				&:hover
 					background-color #535660
 
+				&:active
+					background-color $theme-color
+
 body
 	display flex
 	flex-direction column