From d2444252db678131657d2ef2d8cc629100dbc886 Mon Sep 17 00:00:00 2001 From: Md Rayhanur Rahman Date: Tue, 2 Jan 2024 19:17:05 -0500 Subject: [PATCH] updated theme --- _pages/about.md | 5 ++--- _sass/_themes.scss | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/_pages/about.md b/_pages/about.md index bd7915b..7435dfe 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -9,9 +9,8 @@ profile: image: prof_pic.jpg image_circular: false # crops the image to make it circular more_info: > -

555 your office number

-

123 your address street

-

Your City, State 12345

+

Raleigh, NC, US

+

mrahman@ncsu.edu | rayhan1.618@gmail.com

news: false # includes a list of news items latest_posts: false # includes a list of the newest posts diff --git a/_sass/_themes.scss b/_sass/_themes.scss index fd34af4..2ee3958 100644 --- a/_sass/_themes.scss +++ b/_sass/_themes.scss @@ -7,7 +7,7 @@ --global-code-bg-color: #{$code-bg-color-light}; --global-text-color: #{$black-color}; --global-text-color-light: #{$grey-color}; - --global-theme-color: #{$purple-color}; + --global-theme-color: #{$grey-color-dark}; --global-hover-color: #{$purple-color}; --global-hover-text-color: #{$white-color}; --global-footer-bg-color: #{$grey-color-dark};