mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-29 11:59:36 +00:00
Updated color of anchor tags in body of site.
This should allow more distinction between main content and clickable URLs. Authors: Sarah Conway, Jonathan Katz
This commit is contained in:
@ -539,7 +539,7 @@ ul.bold {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#footer a {
|
#footer a {
|
||||||
color: inherit;
|
color: #840032;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #LIST DESKTOP */
|
/* #LIST DESKTOP */
|
||||||
@ -582,6 +582,10 @@ ul.actions {
|
|||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#pgSideNav a {
|
||||||
|
color: #840032;
|
||||||
|
}
|
||||||
|
|
||||||
#pgSideNav ul {
|
#pgSideNav ul {
|
||||||
list-style-type: circle;
|
list-style-type: circle;
|
||||||
padding-left: 1.3em;
|
padding-left: 1.3em;
|
||||||
@ -589,6 +593,10 @@ ul.actions {
|
|||||||
|
|
||||||
/* #PGCONTENTWRAP */
|
/* #PGCONTENTWRAP */
|
||||||
|
|
||||||
|
#pgContentWrap a {
|
||||||
|
color: #840032;
|
||||||
|
}
|
||||||
|
|
||||||
#pgContentWrap {
|
#pgContentWrap {
|
||||||
padding: 1em 2em;
|
padding: 1em 2em;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user