Skip to content

Commit

Permalink
changed some text colors
Browse files Browse the repository at this point in the history
  • Loading branch information
seojinjung committed Jul 15, 2024
1 parent bd7b46b commit 0dcc024
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 33 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ My personal website. Currently under construction.
- updates?
- edit css
- add images
- favicon
- organize sections
- personal projects?
- name pronunciation

Jekyll theme by [@mkhangg](https://github.com/mkhangg).
24 changes: 2 additions & 22 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# headers and icon
title: seojin jung
# email: ajung24@amherst.edu
info:
info: site under construction
icon-pic: assets/img/mandu_icon.png
# description: >- # this means to ignore newlines until "baseurl:"
# Seojin Jung's personal GitHub Pages site.
# Seojin Jung's personal GitHub Pages website.
# baseurl: "" # the subpath of your site, e.g. /blog
# url: "" # the base hostname & protocol for your site, e.g. http://example.com
# github_username: seojinjung
Expand All @@ -15,25 +14,6 @@ exclude:
- Gemfile.lock
- README.md

# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/


# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
Expand Down
18 changes: 9 additions & 9 deletions docs/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ body.dark-theme {

/* Hyperlink, hightlight, and text styles */
a {
color: #bd5d38;
color: #7b24ff;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #824027;
color: #5500d7;
text-decoration: underline;
}
hightlight {
color: #bd5d38;
color: #7b24ff;
text-decoration: none;
background-color: transparent;
}
Expand All @@ -34,13 +34,13 @@ hightlight {

/* Styles for user selection */
::selection {
background-color: #ffb699;
background-color: #c6a1ff;
transition: 0.5s;
}

/* Light theme style for user selection */
.light-theme ::selection {
background-color: #ffb699;
background-color: #c6a1ff;
}

/* Dark theme style for user selection */
Expand Down Expand Up @@ -149,7 +149,7 @@ nav ul li {
text-align: center;
}
nav ul li p {
color: #bd5d38;
color: #7b24ff;
display: block;
padding: 10px 0px;
font-size: medium;
Expand All @@ -159,11 +159,11 @@ nav ul li p {
}
nav ul li p span.text {
text-decoration: underline;
color: #bd5d38;
color: #7b24ff;
cursor: pointer;
}
nav ul li p:hover span.text {
color: #824027;
color: #5500d7;
cursor: pointer;
}

Expand Down Expand Up @@ -988,7 +988,7 @@ div.desc {
}
.progress-bar {
height: 1px;
background: #bd5d38;
background: #7b24ff;
width: 0%;
}
.light-theme .progress-bar-container {
Expand Down

0 comments on commit 0dcc024

Please sign in to comment.