Explorar o código

Поправки цветов заголовка

Book Pauk %!s(int64=5) %!d(string=hai) anos
pai
achega
06edfa2fee
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      client/components/share/Window.vue

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

@@ -143,7 +143,7 @@ class Window extends Vue {
 .header {
     display: flex;
     justify-content: flex-end;
-    background-color: #59B04F;
+    background: linear-gradient(to bottom right, green, #59B04F);
     align-items: center;
     height: 30px;
 }
@@ -152,6 +152,8 @@ class Window extends Vue {
     flex: 1;
     margin-left: 10px;
     margin-right: 10px;
+    color: yellow;
+    text-shadow: 2px 1px 5px black, 2px 2px 5px black;
 }
 
 .close-button {