Improve text and link contrast ratio

This commit is contained in:
Kevin Sawicki 2016-07-08 11:31:00 -07:00
Родитель a4754212dc
Коммит 8aee04bb24
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,7 +3,7 @@
<title>Electron</title>
<style>
body {
color: #205161;
color: #3a585f;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
margin: 0;
display: flex;
@ -67,7 +67,7 @@
a,
a:hover {
color: #2ab0cb;
color: #5667bd;
text-decoration: none;
}