all repos — site @ 3b56ab7fd5e6a9ffcf3be47d02e16e47489b480c

source for my site, found at icyphox.sh

refactor(css): fonts and colors
Anirudh icyph0x@pm.me
Thu, 05 Jul 2018 16:09:57 +0530
commit

3b56ab7fd5e6a9ffcf3be47d02e16e47489b480c

parent

eb17c0b0299e08852a2ee40b0b37c133d3df8da9

1 files changed, 6 insertions(+), 6 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -29,18 +29,19 @@ #primary { width:100%; }

#secondary { width:100%; margin:0; border:none; } } -@media (min-width: 640px) { body {font-size:100%;} } -@media (min-width:960px) { body {font-size:120%;} } +@media (min-width: 640px) { body {font-size:60%;} } +@media (min-width:960px) { body {font-size:100%;} } @media (min-width:1100px) { body {font-size:120%;} } html { - color: #22373A; + color: #333; line-height: 50px; } h1 { font-family: 'secular', sans-serif; - font-size: 3.2em; + font-size: 5em; + line-height: 0.9; } em {

@@ -51,7 +52,7 @@

a { font-family: 'operator', monospace; font-size: 1em; - color: #888; + color: #444; } .centered {

@@ -63,4 +64,3 @@ left: 50%;

transform: translate(-50%, -50%); } -