style: Remove redundant font inheritance from comment button

This commit is contained in:
2026-01-02 22:11:26 +00:00
committed by Tanner Collin (aider)
parent 0fd3589313
commit cf35bd53bf

View File

@@ -413,7 +413,6 @@ button.comment {
border-radius: 4px; border-radius: 4px;
padding: 0.25rem 0.75rem; padding: 0.25rem 0.75rem;
cursor: pointer; cursor: pointer;
font: inherit;
color: inherit; color: inherit;
} }