summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/_static/psycopg.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/_static/psycopg.css b/doc/src/_static/psycopg.css
index 8f6567b..f2fd1c1 100644
--- a/doc/src/_static/psycopg.css
+++ b/doc/src/_static/psycopg.css
@@ -20,6 +20,11 @@ tt.sql {
background-color: transparent;
}
+a > code.sql,
+a > tt.sql {
+ font-weight: normal;
+}
+
a > code.sql:hover,
a > tt.sql:hover {
text-decoration: underline;