mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
Make section headers for tables in documentation more clear.
Ensure the section headers for tables in the documentation are both blue and bold.
This commit is contained in:
@ -709,6 +709,12 @@ code,
|
|||||||
/**
|
/**
|
||||||
* Documentation Tables
|
* Documentation Tables
|
||||||
*/
|
*/
|
||||||
|
#docContent .table .title > strong,
|
||||||
|
#docContent .TABLE {
|
||||||
|
color: #336791 !important;
|
||||||
|
font-weight: 900;
|
||||||
|
}
|
||||||
|
|
||||||
#docContent table.table,
|
#docContent table.table,
|
||||||
#docContent table.informaltable,
|
#docContent table.informaltable,
|
||||||
#docContent table.CALSTABLE {
|
#docContent table.CALSTABLE {
|
||||||
|
Reference in New Issue
Block a user