Skip to content

Commit

Permalink
css tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Nov 29, 2023
1 parent e10f31b commit 3ed303e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/dark_color.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@

/* Landing colors */
--index-text-color: rgb(199, 199, 199);
--index-light-text-color: rgb(199, 199, 199);
--index-clickable-text-color: rgb(235, 235, 235);
--index-card-bg: #313131;
--welcome-mywork-bg: var(--header-bg-color);
Expand Down
2 changes: 1 addition & 1 deletion frontend/featured-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ featured-card p {
margin: 0.3rem 0.8rem;
/* padding-top: 0; */
/* margin-block: 0; */
color: #838383;
color: var(--index-light-text-color);
-webkit-line-clamp: 4;
display: inline-block;
display: -webkit-inline-box;
Expand Down
1 change: 1 addition & 0 deletions frontend/light_color.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@

/* Landing colors */
--index-text-color: hsl(0, 0, 60);
--index-light-text-color: #838383;
--index-clickable-text-color: hsl(0, 0, 30);
--docs-binding-bg: #8383830a;
--index-card-bg: white;
Expand Down
1 change: 0 additions & 1 deletion frontend/welcome.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ h1 {

#featured p {
max-width: 54ch;
color: #757575;
}

#github img {
Expand Down

0 comments on commit 3ed303e

Please sign in to comment.