mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-26 19:03:43 +03:00
22 lines
312 B
CSS
22 lines
312 B
CSS
@import url("default.css");
|
|
|
|
div.admonition-todo {
|
|
background-color: #ffa;
|
|
border: 1px solid #ee2;
|
|
}
|
|
|
|
div.dbapi-extension {
|
|
background-color: #eef;
|
|
border: 1px solid #aaf;
|
|
}
|
|
|
|
tt.sql {
|
|
font-size: 1em;
|
|
background-color: transparent;
|
|
}
|
|
|
|
a > tt.sql:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|