Désactive les couleurs définies dans le thème pour la fenêtre light

This commit is contained in:
Fred Tempez 2023-07-22 18:11:45 +02:00
parent f34acde600
commit 2127d5ca16
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@
/* Site */
#site {
max-width: 600px !important;
border-radius: 5px !important;
}
#site, p, div, label, select, input, table, span {
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(33, 34, 35, 1) !important;
}
section {