mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
add pre style + bug first th:child (not in bold)
This commit is contained in:
@@ -7,3 +7,18 @@ h1,h2,h3,h4,h5,h6 {
|
||||
font-weight: $font-weight-title;
|
||||
}
|
||||
|
||||
table .striped, table.stripe {
|
||||
background-color: $table-stripe-bgcolor;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-family: monospace;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
table tr td:first-child {
|
||||
|
||||
font-weight: normal;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user