mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +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 {
|
||||
color: inherit;
|
||||
color: #840032;
|
||||
}
|
||||
|
||||
/* #LIST DESKTOP */
|
||||
@ -582,6 +582,10 @@ ul.actions {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#pgSideNav a {
|
||||
color: #840032;
|
||||
}
|
||||
|
||||
#pgSideNav ul {
|
||||
list-style-type: circle;
|
||||
padding-left: 1.3em;
|
||||
@ -589,6 +593,10 @@ ul.actions {
|
||||
|
||||
/* #PGCONTENTWRAP */
|
||||
|
||||
#pgContentWrap a {
|
||||
color: #840032;
|
||||
}
|
||||
|
||||
#pgContentWrap {
|
||||
padding: 1em 2em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user