Fix button styling to restore proper appearance
- Remove overly aggressive CSS reset that was making buttons invisible - Keep font inheritance but preserve .btn class background and border styling - Fix 'did' button appearing white/invisible 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -33,10 +33,6 @@
|
|||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
margin: 0;
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-sm {
|
.btn-sm {
|
||||||
|
Reference in New Issue
Block a user