N°3800 Fix HTML content display for table borders and code color

This commit is contained in:
Pierre Goiffon
2021-08-11 16:59:37 +02:00
parent 2d98ca2318
commit 0b9ccc8e67
4 changed files with 34 additions and 7 deletions

View File

@@ -148,8 +148,13 @@ body.ibo-has-fullscreen-descendant {
*/
.ibo-is-html-content {
@extend .content;
code {
color: initial;
}
}
/***********************************************************************/
/* Sticky headers */
/* */

View File

@@ -23,4 +23,12 @@ $body-font-size: $ibo-font-size-100 !default;
$body-weight: $ibo-font-weight-500 !default;
$body-overflow-x: hidden !default;
$body-overflow-y: auto !default;
$body-overflow-y: auto !default;
/**
* customize Bulma content variables
* See https://bulma.io/documentation/elements/content/
*/
$content-table-head-cell-border-width: 2px;
$content-table-cell-border-width: 1px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long