Skip to content

Commit 5af3976

Browse files
committed
Fix logo border-radius with higher specificity selector
1 parent 55a302c commit 5af3976

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/app.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,11 @@ input::placeholder {
10651065
border-radius: var(--radius-md);
10661066
}
10671067

1068+
.prose img.hero-logo,
1069+
.prose img.page-logo {
1070+
border-radius: 0;
1071+
}
1072+
10681073
/* CodeMirror styling */
10691074
.cm-editor {
10701075
height: 100%;

0 commit comments

Comments
 (0)