We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 196ea6f + 80bae5f commit bf85f43Copy full SHA for bf85f43
core/core-frontend/src/layout/components/Header.vue
@@ -101,6 +101,10 @@ onMounted(() => {
101
color: var(--ed-color-black) !important;
102
}
103
104
+
105
+ .logo {
106
+ color: var(--ed-color-black) !important;
107
+ }
108
109
.header-flex {
110
margin-bottom: 0.5px;
@@ -157,6 +161,7 @@ onMounted(() => {
157
161
width: 134px;
158
162
height: 34px;
159
163
margin-right: 48px;
164
+ color: #ffffff;
160
165
166
</style>
167
0 commit comments