aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/src/App.vue')
-rw-r--r--src-vue/src/App.vue8
1 files changed, 8 insertions, 0 deletions
diff --git a/src-vue/src/App.vue b/src-vue/src/App.vue
index 4fb6f0ce..e0f6741b 100644
--- a/src-vue/src/App.vue
+++ b/src-vue/src/App.vue
@@ -65,6 +65,14 @@ import PlayView from './views/PlayView.vue';
border: none;
}
+#fc_window__controls > button:hover {
+ color: #c6c9ce;
+}
+
+#fc_window__controls > button:active {
+ color: #56585a;
+}
+
#fc_window__controls > button:last-of-type {
margin-right: 20px;
}