We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b240ddd commit 5865b9aCopy full SHA for 5865b9a
1 file changed
assets/main.scss
@@ -957,6 +957,26 @@ body {
957
Open Sans,
958
sans-serif;
959
}
960
+ > table {
961
+ width: 100%;
962
+ border-collapse: collapse;
963
+ margin: 1.5rem 0;
964
+ font-family: "Inter", sans-serif;
965
+ font-size: 1rem;
966
+ th,
967
+ td {
968
+ padding: 0.6rem 0.9rem;
969
+ border: 1px solid $overline;
970
+ text-align: left;
971
+ }
972
+ th {
973
+ background-color: $tilebg;
974
+ font-weight: 600;
975
976
+ tbody tr:nth-child(even) {
977
+ background-color: $tilebg4;
978
979
980
@media (max-width: 50rem), (max-device-width: 40rem) {
981
font-size: 1rem;
982
line-height: 1.8rem;
0 commit comments