You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that there is a bug perhaps in the Material Bootstrap (?) regarding the dark theme and the color of the text in tables.
Specifically, the text remains black in tables when changing to dark theme making the text invisible. The setting seems to be in _tables.scss which is not included in al-folio.
Here is what the table looks like before any modifications:
Here is it is after manually changing the color to var(--global-text-color); in the inspector:
Is it possible to include _tables.scss so that this can be fixed?
The text was updated successfully, but these errors were encountered:
The issue appears to lie with how the tables are styled when the page is dark. When dark mode is toggled, the tables are classed as .table-dark. However, upon loading of the page, the tables are classed as .table. The script no_defer.js appears to address this issue for tables upon page load, but it does not class tables in news or cards.
It seems that there is a bug perhaps in the Material Bootstrap (?) regarding the dark theme and the color of the text in tables.
Specifically, the text remains black in tables when changing to dark theme making the text invisible. The setting seems to be in
_tables.scss
which is not included in al-folio.Here is what the table looks like before any modifications:
Here is it is after manually changing the color to
var(--global-text-color);
in the inspector:Is it possible to include
_tables.scss
so that this can be fixed?The text was updated successfully, but these errors were encountered: