Files
mainline-status/_sass/custom.scss
Dmitry Baryshkov df6d61ca76 custom.scss: use black colour for table contents
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-02-24 13:21:28 +02:00

18 lines
230 B
SCSS

th {
text-align: center;
};
.wrapper {
max-width: 100%;
margin-left: 30px;
margin-right: 30px;
};
.home {
display: inline-block;
};
table {
width: auto;
margin-right: 30px;
display: inline-block;
color: #111;
};