Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Sep 20, 2024
1 parent 164ce70 commit 83c8132
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ html {
overflow-y: scroll;
--pink: #f278d9;
--blue: #454682;
--gray: #6b6b6b;
--black: #272727;
color: var(--blue);
}

Expand Down Expand Up @@ -58,16 +60,16 @@ input:-webkit-autofill {
font-weight: 500;
color: var(--blue);
}
.reading {
font-size: 1rem;
color: var(--blue);
}
.known {
color: var(--pink);
font-weight: 600;
}
.reading {
font-size: 1rem;
color: var(--gray);
}
.reading-highlight {
color: var(--pink);
color: var(--blue);
font-weight: 600;
}
#header {
Expand All @@ -77,6 +79,7 @@ input:-webkit-autofill {
}
#list {
margin-top: 1rem;
margin-right: 4rem;
}
#search {
background-color: var(--pink);
Expand All @@ -98,7 +101,7 @@ input:-webkit-autofill {
#stats-note {
margin-top: 0.25rem;
font-size: 0.75rem;
color: #6b6b6b;
color: var(--gray);
text-align: center;
}
#export-txt {
Expand Down

0 comments on commit 83c8132

Please sign in to comment.