Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2477 | Rev 2479 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2477 Rev 2478
Línea 1... Línea 1...
1
.conversejs.theme-dracula {
1
.conversejs {
-
 
2
    --chatbox-border-radius: 10px !important;
2
    --background: var(--bg-color);
3
    --background: var(--bg-color) !important;
3
    --foreground: var(--font-color);
4
    --foreground: var(--font-color) !important;
4
}
-
 
5
 
-
 
6
.conversejs,
-
 
7
.conversejs-bg,
-
 
8
#conversejs-bg,
-
 
9
body.converse-fullscreen {
5
    --muc-color: var(--font-color) !important;
10
    --chatbox-border-radius: 10px;
6
    --chat-color: var(--font-color) !important;
11
}
7
}
12
8