Skip to content

Commit

Permalink
Reduced summary font to just +2px
Browse files Browse the repository at this point in the history
  • Loading branch information
jukofyork committed Nov 19, 2024
1 parent ae207e1 commit 30f4572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse.plugin.aiassistant/css/main-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pre code {

summary {
font-weight: bold;
font-size: calc(var(--default-font-size) + 4px);
font-size: calc(var(--default-font-size) + 2px);
}

.thinking summary {
Expand Down

0 comments on commit 30f4572

Please sign in to comment.