lecheminvert.tech/app/assets/css/main.css

31 lines
642 B
CSS
Raw Permalink Normal View History

@import "tailwindcss";
@theme {
--color-paper: #f2f4ef;
--color-paper-2: #e5e9df;
--color-rule: #c9d1c4;
--color-ink: #10231c;
--color-ink-soft: #4a5a52;
--color-car: #6b3fa0;
--color-bus: #b8621b;
--color-train: #1f4fa8;
--color-bike: #0e7c5a;
}
/* La carte occupe le fond : sans hauteur explicite, elle ne s'affiche pas. */
html, body, #__nuxt {
height: 100%;
}
.tnum {
font-variant-numeric: tabular-nums;
}
/* Barre de defilement discrete dans le panneau lateral. */
.scroll-soft::-webkit-scrollbar {
width: 8px;
}
.scroll-soft::-webkit-scrollbar-thumb {
background: var(--color-rule);
border-radius: 4px;
}