Hébergement de bootstrap pour supprimer google fonts

This commit is contained in:
Colin Maudry
2026-01-29 01:37:56 +01:00
parent f9aadede8b
commit 274e06cde4
3 changed files with 11872 additions and 4 deletions
-1
View File
@@ -23,7 +23,6 @@ if development:
meta_tags.append({"name": "robots", "content": "noindex"}) meta_tags.append({"name": "robots", "content": "noindex"})
app = Dash( app = Dash(
external_stylesheets=[dbc.themes.SIMPLEX],
title="decp.info", title="decp.info",
use_pages=True, use_pages=True,
compress=True, compress=True,
File diff suppressed because it is too large Load Diff
@@ -1,4 +1,4 @@
@import url(https://fonts.bunny.net/css?family=fira-code:400|inter:300,500|inter-tight:400); @import url(https://fonts.bunny.net/css?family=fira-code:400|inter:300,500);
/* ========================================================================== /* ==========================================================================
Variables Variables
@@ -181,13 +181,14 @@ p.version > a {
.dash-spreadsheet-inner .dash-spreadsheet-inner
td td
div.dash-cell-value.cell-markdown { div.dash-cell-value.cell-markdown {
font-family: "Inter Tight"; font-family: "Inter";
} }
/* Dash Filters */ /* Dash Filters */
.dash-table-container .dash-table-container
.dash-spreadsheet-container .dash-spreadsheet-container
.dash-spreadsheet-inner .dash-spreadsheet-inner
.cell-table
.dash-filter .dash-filter
input[type="text"] { input[type="text"] {
border-color: #ccc; border-color: #ccc;
@@ -212,13 +213,22 @@ p.version > a {
font-family: "Inter", sans-serif; font-family: "Inter", sans-serif;
} }
.dash-table-container
.dash-spreadsheet-container
.dash-spreadsheet-inner
td
div.dash-cell-value.cell-markdown {
font-family: "Inter", sans-serif;
font-weight: 300;
}
.marches_table.stuck { .marches_table.stuck {
position: relative; position: relative;
right: 200px; right: 200px;
} }
.marches_table .cell-table tr:nth-child(even) td { .marches_table .cell-table tr:nth-child(even) td {
background-color: #feeeee; background-color: rgb(255 240 240 / 40%);
font-family: "Inter", sans-serif; font-family: "Inter", sans-serif;
} }