Skip to content

Commit

Permalink
fix: font color switch (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Mar 4, 2023
1 parent ebe0d82 commit fbbb103
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/content-script/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
.markdown-body {
padding: 15px;
background-color: var(--theme-color);
color: var(--font-color);

ul,
ol {
Expand All @@ -76,7 +77,7 @@
}

.icon-and-text {
color: #8f9094;
color: var(--font-color);
display: flex;
align-items: center;
padding: 15px;
Expand All @@ -88,7 +89,7 @@
}

.gpt-loading {
color: #b6b8ba;
color: var(--font-color);
animation: gpt-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

Expand Down

0 comments on commit fbbb103

Please sign in to comment.