Update gradio_keylock/component.py
Browse files
gradio_keylock/component.py
CHANGED
@@ -183,7 +183,6 @@ class KeylockDecoderComponent:
|
|
183 |
#keylock-logo {
|
184 |
text-align: center;
|
185 |
font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
|
186 |
-
color: var(--primary-100);
|
187 |
margin-bottom: 1.5rem;
|
188 |
}
|
189 |
#keylock-logo svg {
|
@@ -196,6 +195,8 @@ class KeylockDecoderComponent:
|
|
196 |
font-size: 24px;
|
197 |
font-weight: 600;
|
198 |
margin: 0;
|
|
|
|
|
199 |
}
|
200 |
#image-upload-box {
|
201 |
background-color: #0d1117 !important;
|
|
|
183 |
#keylock-logo {
|
184 |
text-align: center;
|
185 |
font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
|
|
|
186 |
margin-bottom: 1.5rem;
|
187 |
}
|
188 |
#keylock-logo svg {
|
|
|
195 |
font-size: 24px;
|
196 |
font-weight: 600;
|
197 |
margin: 0;
|
198 |
+
color: var(--primary-100);
|
199 |
+
|
200 |
}
|
201 |
#image-upload-box {
|
202 |
background-color: #0d1117 !important;
|