Browse Source

Поправил цвет

Book Pauk 5 years ago
parent
commit
131ddf0355
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/share/Window.vue

+ 1 - 1
client/components/share/Window.vue

@@ -147,7 +147,7 @@ class Window extends Vue {
 .header-text {
     margin-left: 10px;
     margin-right: 10px;
-    color: #E8E8E8;
+    color: yellow;/*#E8E8E8;*/
     text-shadow: 2px 1px 5px black, 2px 2px 5px black;
 }