File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 88}
99
1010.callout {
11- border-left : 4px solid # 0ea5e9 ; /* cyan */
12- background : # f8fafc ; /* very light slate */
11+ border-left : 4px solid # 0ea5e9 ;
12+ background : # f8fafc ;
1313 padding : 0.85rem 1rem ;
1414 margin : 1.25rem 0 ;
1515 border-radius : 8px ;
1616}
17- .callout .title {
18- font-weight : 700 ;
19- margin-bottom : 0.35rem ;
20- }
21- .callout .learn-more {
22- border-left-color : # 2563eb ; /* blue-600 */
23- }
17+ .callout .learn-more { border-left-color : # 2563eb ; }
18+
19+ .callout ul { margin : 0.25rem 0 0 1rem ; }
20+ .callout li { margin : 0.25rem 0 ; }
Original file line number Diff line number Diff line change @@ -82,9 +82,8 @@ Generated wrappers can be found under:
8282## 📂 References & Links
8383
8484<div class =" callout learn-more " >
85- <div class =" title " >🔗 References & Links</div >
8685 <ul >
8786 <li>🌐 <a href="https://github.com/bsayli/spring-boot-openapi-generics-clients" target="_blank" rel="noopener">GitHub Repository</a></li>
8887 <li>📘 <a href="https://medium.com/@baris.sayli/type-safe-generic-api-responses-with-spring-boot-3-4-openapi-generator-and-custom-templates-ccd93405fb04" target="_blank" rel="noopener">Medium Article — Type-Safe Generic API Responses</a></li>
8988 </ul >
90- </div >
89+ </div >
You can’t perform that action at this time.
0 commit comments