style(api): Adjust All endpoints path font size to 0.9rem
Increase font size from 0.55rem to 0.9rem for better readability while keeping the standard sans font for space efficiency.claude/api-code-samples-plan-MEkQO
parent
beb8088417
commit
a8a96feae1
|
|
@ -267,7 +267,7 @@
|
|||
// Path-based operation display (All endpoints list)
|
||||
&--path .api-path {
|
||||
font-family: $proxima;
|
||||
font-size: 0.55rem;
|
||||
font-size: 0.9rem;
|
||||
color: inherit;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue