diff --git a/core/core-frontend/src/views/about/index.vue b/core/core-frontend/src/views/about/index.vue index 901dafaa60..c436f51dfa 100644 --- a/core/core-frontend/src/views/about/index.vue +++ b/core/core-frontend/src/views/about/index.vue @@ -190,6 +190,7 @@ const syncFree = () => { class="about-dialog" > +
@@ -264,7 +265,15 @@ const syncFree = () => { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } - + .color-overlay { + position: absolute; + border-radius: 4px; + width: 792px; + height: 180px; + top: 72px; + background-color: #7394f0; + mix-blend-mode: multiply; + } .logo { font-size: 400px; position: absolute;