generated from nhcarrigan/template
fix: inherit text colour and font size on resource toggle button
This commit is contained in:
@@ -126,8 +126,10 @@ body::before {
|
||||
background: none;
|
||||
border: none;
|
||||
border-radius: 0.4rem;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
padding: 0.2rem 0.4rem;
|
||||
position: relative;
|
||||
transition: background 0.15s;
|
||||
|
||||
Reference in New Issue
Block a user