mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: display tables with document background color for better contrast #411
if displayed in notice boxes
This commit is contained in:
parent
0373d34e91
commit
03c80e0669
2 changed files with 8 additions and 0 deletions
|
@ -293,6 +293,10 @@
|
|||
color: #000000; /* var(--CODE-BLOCK-color) */
|
||||
}
|
||||
|
||||
table {
|
||||
background-color: #ffffff; /* var(--INTERNAL-MAIN-BG-color) */
|
||||
}
|
||||
|
||||
div.featherlight .featherlight-content{
|
||||
background-color: #ffffff /* var(--INTERNAL-MAIN-BG-color); */
|
||||
}
|
||||
|
|
|
@ -307,6 +307,10 @@ pre {
|
|||
color: var(--INTERNAL-CODE-BLOCK-color);
|
||||
}
|
||||
|
||||
table {
|
||||
background-color: var(--INTERNAL-MAIN-BG-color);
|
||||
}
|
||||
|
||||
div.featherlight .featherlight-content{
|
||||
background-color: var(--INTERNAL-MAIN-BG-color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue