mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +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
|
||||
*/
|
||||
#docContent .table .title > strong,
|
||||
#docContent .TABLE {
|
||||
color: #336791 !important;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
#docContent table.table,
|
||||
#docContent table.informaltable,
|
||||
#docContent table.CALSTABLE {
|
||||
|
Reference in New Issue
Block a user