mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-09 23:54:09 -06:00
Fxi a couple of colors in the doc theme per Aditya.
This commit is contained in:
parent
776884860e
commit
6a2ba22f75
@ -447,21 +447,21 @@ span.pre{
|
||||
}
|
||||
|
||||
a.internal span {
|
||||
text-decoration: underline;
|
||||
color: #e94b24;
|
||||
text-decoration: none;
|
||||
color: #295c85;
|
||||
}
|
||||
|
||||
a.external {
|
||||
text-decoration: underline;
|
||||
color: #e94b24;
|
||||
text-decoration: none;
|
||||
color: #295c85;
|
||||
}
|
||||
|
||||
a.reference:hover {
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.internal span:hover {
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
i, cite, em, var, address, dfn {
|
||||
@ -524,3 +524,9 @@ ul.search li {
|
||||
padding: 5px 0px 5px 0px;
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
/* Notes */
|
||||
|
||||
div.topic {
|
||||
background-color: #f3f5f9;
|
||||
}
|
Loading…
Reference in New Issue
Block a user