1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +00:00

nouvelle charte graphique

This commit is contained in:
Maxime Moraine 2021-02-09 17:49:44 +01:00
parent e7546ce4c6
commit 63fb1d4ca5
11 changed files with 90 additions and 44 deletions

View file

@ -35,13 +35,17 @@ table {
}
thead {
font-family: 'Spectral SC', serif;
font-family: 'Oswald', sans-serif;
}
tr {
}
th {
font-weight: 400;
}
th, td {
padding: 6px 12px;
border-bottom: none !important;
@ -65,7 +69,7 @@ table {
tbody {
tr {
&:nth-of-type(even) {
background-color: $color-light-gray;
background-color: darken($color-background, 5);
}
&:nth-of-type(odd):hover {
background-color: inherit !important;
@ -124,12 +128,12 @@ table {
.theme--dark {
thead {
background-color: darken($color-gray, 10);
background-color: darken($color-gray, 30);
}
tbody {
tr {
&:nth-of-type(even) {
background-color: darken($color-gray, 10);
background-color: darken($color-gray, 30);
}
&:nth-of-type(odd):hover {
background-color: inherit !important;