Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: article main content&buttons styling #399

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

buddy-web3
Copy link
Member

No description provided.

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

h1.teal {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just add the teal-500 class to the h1

@@ -45,6 +45,7 @@ article .tag:hover {

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No font properties should ever be specified in the CSS because we have type classes in newroot.css, always just apply one of those.

Can we only use font-weight: 400 or font-weight: 700?

@@ -97,6 +97,7 @@
border-radius: 5px;
display: none;
z-index: 1;
font-size: 16px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CSS looks fine, but can we make tooltip its own component?

@buddy-web3 buddy-web3 merged commit 1def27b into stampy-redesign Feb 16, 2024
1 check passed
@buddy-web3 buddy-web3 deleted the stampy-redesign-ArticleContent branch February 16, 2024 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants