Skip to content

Commit

Permalink
[Dawn] Prevented css conflicts with class names start with tag-
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaluminium committed Oct 21, 2024
1 parent f287988 commit 5536cfd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/dawn/assets/built/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/dawn/assets/built/screen.css.map

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions packages/dawn/assets/css/blog/tag.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,40 @@
text-align: center;
}

.tag-name {
.tag .tag-name {
margin-bottom: 0;
font-size: 3rem;
color: var(--brand-color);
}

.tag-name::before {
.tag .tag-name::before {
content: "#";
}

.tag-description {
.tag .tag-description {
max-width: 520px;
margin: 16px auto 0;
}

.tag-list {
.tag .tag-list {
margin-top: 2rem;
font-weight: 700;
}

.tag-list-label {
.tag .tag-list-label {
margin-right: 0.5rem;
color: var(--secondary-text-color);
}

.tag-list-item::before {
.tag .tag-list-item::before {
content: "#";
}

.tag-list-item + .tag-list-item {
.tag .tag-list-item + .tag-list-item {
margin-left: 0.3rem;
}

.tag-media {
.tag .tag-media {
margin-top: 4.5rem;
}

Expand All @@ -45,7 +45,7 @@
margin-bottom: 2.5rem;
}

.tag-media {
.tag .tag-media {
margin-top: 3rem;
}
}

0 comments on commit 5536cfd

Please sign in to comment.