Changements cosmétiques

This commit is contained in:
Colin Maudry
2025-06-16 19:08:30 +02:00
parent 8e7048490e
commit 89f95904b8
4 changed files with 23 additions and 4 deletions
+5 -1
View File
@@ -3,7 +3,11 @@ import logging
import dash_bootstrap_components as dbc
from dash import Dash, dcc, html, page_container, page_registry
app = Dash(external_stylesheets=[dbc.themes.UNITED], title="decp.info", use_pages=True)
app = Dash(external_stylesheets=[dbc.themes.SIMPLEX], title="decp.info", use_pages=True)
# COSMO (belle font, blue),
# UNITED (rouge, ubuntu font),
# LUMEN (gros séparateur, blue clair),
# SIMPLEX (rouge, séparateur)
logger = logging.getLogger("decp.info")
logging.basicConfig(