Skip to content

Commit

Permalink
style: article main content&buttons styling
Browse files Browse the repository at this point in the history
  • Loading branch information
buddy-web3 committed Feb 14, 2024
1 parent 91b01f6 commit 4998a8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/components/Article/article.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ article .tag:hover {

article .contents a {
color: var(--colors-teal-500);
font-weight: bolder;
}

article .contents a:visited {
Expand Down Expand Up @@ -103,3 +104,7 @@ article .footer-comtainer {
article .footer-comtainer > * {
margin: var(--spacing-8, 8px);
}

h1.teal {
color: var(--colors-teal-500);
}
1 change: 1 addition & 0 deletions app/components/Button/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
border-radius: 5px;
display: none;
z-index: 1;
font-size: 16px;
}

.tooltip:hover::after {
Expand Down

0 comments on commit 4998a8a

Please sign in to comment.