mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
Change global site font color.
This should make the text crisper and easier to read on the entire site. Author: Sarah Conway
This commit is contained in:
@ -21,7 +21,7 @@
|
|||||||
body {
|
body {
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #515151;
|
color: #0D0A0B;
|
||||||
font-size: 11.5pt;
|
font-size: 11.5pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user