Skip to content

Commit

Permalink
layout and theme color change
Browse files Browse the repository at this point in the history
  • Loading branch information
deeliu97 committed Oct 29, 2024
1 parent 4a7710f commit eedbf88
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ profile:
<p>O1 3JS</p>
news: true # includes a list of news items
latest_posts : false
selected_papers: true # includes a list of papers marked as "selected={true}"
social: true # includes social icons at the bottom of the page
---
Expand Down
2 changes: 1 addition & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ ul.task-list input[type="checkbox"] {
text-align: center;

.contact-icons {
font-size: 4rem;
font-size: 2rem;

a {
i::before {
Expand Down
2 changes: 1 addition & 1 deletion _sass/_themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--global-code-bg-color: #{$code-bg-color-light};
--global-text-color: #{$black-color};
--global-text-color-light: #{$grey-color};
--global-theme-color: #{$blue-color-dark};
--global-theme-color: #{$chocolate-color};
--global-hover-color: #{$purple-color};
--global-hover-text-color: #{$white-color};
--global-footer-bg-color: #{$grey-color-dark};
Expand Down
1 change: 1 addition & 0 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
$red-color: #ff3636 !default;
$red-color-dark: #b71c1c !default;
$orange-color: #f29105 !default;
$chocolate-color: #783F00 !default;
$blue-color: #0076df !default;
$blue-color-dark: #00369f !default;
$cyan-color: #2698ba !default;
Expand Down

0 comments on commit eedbf88

Please sign in to comment.