Skip to content

Commit

Permalink
Merge pull request #399 from StampyAI/stampy-redesign-ArticleContent
Browse files Browse the repository at this point in the history
style: article main content&buttons styling
  • Loading branch information
buddy-web3 committed Feb 16, 2024
2 parents 355e929 + 4998a8a commit 1def27b
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 @@ -111,3 +112,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 @@ -102,6 +102,7 @@
border-radius: 5px;
display: none;
z-index: 1;
font-size: 16px;
}

.tooltip:hover::after {
Expand Down

0 comments on commit 1def27b

Please sign in to comment.