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.
1 parent e0b589c commit 6d479b3Copy full SHA for 6d479b3
src/components/TheSettings.vue
@@ -912,6 +912,9 @@ p {
912
height: 100%;
913
}
914
915
+#settingsModal .modal-content > header {
916
+ background-color: var(--color-background-component-heading);
917
+}
918
#settingsModal .modal-body {
919
padding: 0;
920
@@ -928,6 +931,7 @@ p {
928
931
929
932
#settingsModal .modal-body .card .cocoda-vue-tabs {
930
933
934
+ background-color: var(--color-background-component);
935
936
#settingsModal .modal-body .card .cocoda-vue-tabs .cocoda-vue-tabs-content {
937
padding: 20px 20px 5px 20px;
0 commit comments