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"})
app = Dash(
external_stylesheets=[dbc.themes.SIMPLEX],
title="decp.info",
use_pages=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
@@ -181,13 +181,14 @@ p.version > a {
.dash-spreadsheet-inner
td
div.dash-cell-value.cell-markdown {
font-family: "Inter Tight";
font-family: "Inter";
}
/* Dash Filters */
.dash-table-container
.dash-spreadsheet-container
.dash-spreadsheet-inner
.cell-table
.dash-filter
input[type="text"] {
border-color: #ccc;
@@ -212,13 +213,22 @@ p.version > a {
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 {
position: relative;
right: 200px;
}
.marches_table .cell-table tr:nth-child(even) td {
background-color: #feeeee;
background-color: rgb(255 240 240 / 40%);
font-family: "Inter", sans-serif;
}