Some fixes, draw lines on board, add 7 variants
[vchess.git] / client / src / views / MyGames.vue
index a48c8d4..a29e0e9 100644 (file)
@@ -395,7 +395,7 @@ export default {
 
 <style lang="sass" scoped>
 .active
-  color: #42a983
+  color: #388e3c
 
 .tabbtn
   background-color: #f9faee
@@ -405,7 +405,7 @@ button#loadMoreBtn
   margin: 0 auto
 
 .somethingnew
-  background-color: #c5fefe !important
+  background-color: #90C4EC !important
 </style>
 
 <!-- Not scoped because acting on GameList -->