Improved color contrast

This commit is contained in:
Eduard Urbach 2017-06-17 13:24:17 +02:00
parent be51cb9777
commit 01bef6e4a4

View File

@ -1,7 +1,7 @@
// Colors
text-color = rgb(60, 60, 60)
main-color = rgb(248, 165, 130)
link-color = rgb(230, 40, 16)
link-color = rgb(225, 38, 15)
link-hover-color = rgb(242, 60, 30)
link-active-color = rgb(100, 149, 237)
post-highlight-color = rgba(248, 165, 130, 0.7)