Browse Source

All black colors

latex-resume-c
Kevin Mok 3 months ago
parent
commit
7ea1739380
No known key found for this signature in database GPG Key ID: 6DEED612B26C08E2
  1. 36
      assets/sass/main.scss
  2. 7
      layouts/partials/base/site-title.html

36
assets/sass/main.scss

@ -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) {

7
layouts/partials/base/site-title.html

@ -1,7 +1,4 @@
<h1 class="site-title">
<span class="surrounding">[</span><a href="{{ .Site.BaseURL }}"><span class="base08">K</span><span
class="base0f">e</span><span class="base09">v</span><span
class="base0a">i</span><span class="base0b">n </span><span
class="base0c">M</span><span class="base0d">o</span><span
class="base0e">k</span></a><span class="surrounding">] # _</span>
<span class="surrounding"></span><a href="{{ .Site.BaseURL }}">
<span>Kevin Mok</span>
</h1>
Loading…
Cancel
Save