@@ -97,15 +97,13 @@ input, select, textarea {
9797 transition : none !important ;
9898 }
9999
100- body , input , select , textarea {
101- color : # a2a2a2 ;
102- font-family : "Source Sans Pro" , Helvetica, sans-serif;
103- font-size : 16pt ;
104- font-weight : 400 ;
105- line-height : 1.75em ;
106- }
107-
108- /* LINKS */
100+ body , input , select , textarea {
101+ color : # a2a2a2 ;
102+ font-family : "Source Sans Pro" , Helvetica, sans-serif;
103+ font-size : 16pt ;
104+ font-weight : 400 ;
105+ line-height : 1.75em ;
106+ } /* LINKS */
109107 a {
110108 -moz-transition : color 0.2s ease-in-out, border-color 0.2s ease-in-out;
111109 -webkit-transition : color 0.2s ease-in-out, border-color 0.2s ease-in-out;
@@ -2624,26 +2622,23 @@ input, select, textarea {
26242622 margin : 0 0 2em 0 ;
26252623 }
26262624
2627- # header strong , # header b {
2628- color : # ffffff ;
2629- }
2630-
2631- # header a {
2632- color : # a2a2a2 ;
2633- }
2634-
2635- # header h2 , # header h3 , # header h4 , # header h5 , # header h6 {
2636- color : # ffffff ;
2637- }
2625+ # header strong , # header b {
2626+ color : # ffffff ;
2627+ }
26382628
2639- # header h1 {
2640- color : rgba ( 255 , 255 , 255 , 0.5 ) ;
2641- font-size : 3.5 em ;
2642- line-height : 1 em ;
2643- margin : 0 ;
2644- }
2629+ # header a {
2630+ color : # a2a2a2 ;
2631+ font-size : 1.2 em ;
2632+ } # header h2 , # header h3 , # header h4 , # header h5 , # header h6 {
2633+ color : # ffffff ;
2634+ }
26452635
2646- # header .image .avatar {
2636+ # header h1 {
2637+ color : rgba (255 , 255 , 255 , 0.5 );
2638+ font-size : 3.5em ;
2639+ line-height : 1em ;
2640+ margin : 0 ;
2641+ } # header .image .avatar {
26472642 margin : 0 0 1em 0 ;
26482643 width : 6.25em ;
26492644 }
@@ -2985,17 +2980,15 @@ input, select, textarea {
29852980
29862981/* XLarge */
29872982
2988- @media screen and (max-width : 1800px ) {
2983+ @media screen and (max-width : 1800px ) {
29892984
2990- /* Basic */
2991-
2992- body , input , select , textarea {
2993- font-size : 12pt ;
2994- }
2985+ /* Basic */
29952986
2996- }
2987+ body , input , select , textarea {
2988+ font-size : 14pt ;
2989+ }
29972990
2998- /* Large */
2991+ } /* Large */
29992992
30002993 @media screen and (max-width : 1280px ) {
30012994
0 commit comments