瀏覽代碼

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

Book Pauk 5 年之前
父節點
當前提交
06edfa2fee
共有 1 個文件被更改,包括 3 次插入1 次删除
  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 {