All black colors
This commit is contained in:
@@ -106,7 +106,8 @@ body {
|
||||
// line-height: 1.5;
|
||||
line-height: 1.57;
|
||||
// font-size: 100%;
|
||||
font-size: 15px;
|
||||
// font-size: 15px;
|
||||
font-size: 17px;
|
||||
// font-size: 20px;
|
||||
// font-size: 22px;
|
||||
/* font-family: 'Source Code Pro', monospace; */
|
||||
@@ -507,6 +508,7 @@ header {// {{{
|
||||
}
|
||||
}
|
||||
a {// {{{
|
||||
color: #4287cd;
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
@@ -518,7 +520,8 @@ header {// {{{
|
||||
|
||||
.row {
|
||||
// flex-grow: 1;
|
||||
color: $base05;
|
||||
// color: $base05;
|
||||
color: #4287cd;
|
||||
|
||||
img {
|
||||
height: 1em;
|
||||
@@ -562,7 +565,8 @@ header {// {{{
|
||||
}// }}}
|
||||
|
||||
h1 {// {{{
|
||||
color: $base-orange;
|
||||
// color: $base-orange;
|
||||
color: black;
|
||||
// margin-top: 1.3rem;
|
||||
margin-top: 1rem;
|
||||
// font-size: 1.2em;
|
||||
@@ -640,7 +644,8 @@ header {// {{{
|
||||
}
|
||||
|
||||
.project-title {
|
||||
color: $base-blue;
|
||||
// color: $base-blue;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.project-link {
|
||||
@@ -681,7 +686,8 @@ header {// {{{
|
||||
}// }}}
|
||||
|
||||
.company {
|
||||
color: #fe4646;
|
||||
// color: #fe4646;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
margin-bottom: 5px;
|
||||
@@ -690,10 +696,12 @@ header {// {{{
|
||||
.position {
|
||||
// color: black;
|
||||
// color: $base-sky-blue;
|
||||
color: $base-blue;
|
||||
// color: $base-blue;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
// font-style: italic;
|
||||
font-size: 1.1em;
|
||||
// font-size: 1.1em;
|
||||
font-size: 1em;
|
||||
// margin-bottom: 5px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
@@ -701,7 +709,8 @@ header {// {{{
|
||||
.institution {
|
||||
// color: $base-yellow;
|
||||
// color: $base-dark-orange;
|
||||
color: $base-blue;
|
||||
// color: $base-blue;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
font-size: 1.1em;
|
||||
margin-bottom: 5px;
|
||||
@@ -807,16 +816,21 @@ header {// {{{
|
||||
h1.site-title {// {{{
|
||||
text-align: center;
|
||||
// font-size: 4.2em;
|
||||
font-size: 3.2em;
|
||||
// font-size: 3.2em;
|
||||
font-size: 2.5em;
|
||||
// color: #66cccc;
|
||||
color: $base05;
|
||||
// margin-top: 1rem;
|
||||
// margin-bottom: 0.75rem;
|
||||
@include vert-margin-rem(.75);
|
||||
|
||||
@include a-color($base-sky-blue);
|
||||
// @include a-color($base-sky-blue);
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
// text-decoration: none;
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 2px;
|
||||
text-underline-offset: 5px;
|
||||
}
|
||||
|
||||
// @media (max-width: $phone-width) {
|
||||
|
||||
Reference in New Issue
Block a user