Smoothing des fonts, logo plus fin

This commit is contained in:
Colin Maudry
2026-01-29 02:25:24 +01:00
parent 9d9533b8a2
commit 25115c305c
+12 -13
View File
@@ -1,4 +1,4 @@
@import url(https://fonts.bunny.net/css?family=fira-code:400|inter:300,500); @import url(https://fonts.bunny.net/css?family=fira-code:400|inter:300,400,500);
/* ========================================================================== /* ==========================================================================
Variables Variables
@@ -14,8 +14,12 @@
========================================================================== */ ========================================================================== */
body { body {
font-family: "Inter", sans-serif; font-family: "Inter", sans-serif;
font-weight: 300; font-weight: 400;
background-color: rgb(255 240 240 / 40%); background-color: rgb(255 240 240 / 40%);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smooth: always;
font-display: swap;
} }
h3 { h3 {
@@ -74,6 +78,10 @@ a.logo {
float: left; float: left;
} }
a.logo > h1 {
font-weight: 400;
}
p.version { p.version {
float: left; float: left;
margin-top: 21px; margin-top: 21px;
@@ -176,14 +184,6 @@ p.version > a {
padding-left: 8px; padding-left: 8px;
} }
.dash-table-container
.dash-spreadsheet-container
.dash-spreadsheet-inner
td
div.dash-cell-value.cell-markdown {
font-family: "Inter";
}
/* Dash Filters */ /* Dash Filters */
.dash-table-container .dash-table-container
.dash-spreadsheet-container .dash-spreadsheet-container
@@ -218,8 +218,8 @@ 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", sans-serif; font-family: "Inter", sans-serif !important;
font-weight: 300; font-weight: 400;
} }
.marches_table.stuck { .marches_table.stuck {
@@ -229,7 +229,6 @@ p.version > a {
.marches_table .cell-table tr:nth-child(even) td { .marches_table .cell-table tr:nth-child(even) td {
background-color: rgb(255 240 240 / 40%); background-color: rgb(255 240 240 / 40%);
font-family: "Inter", sans-serif;
} }
/* Column Visibility Menu */ /* Column Visibility Menu */