Skip to content

Commit 25780fb

Browse files
committed
style: Remove font scaling for dialog
1 parent bd05710 commit 25780fb

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

_sass/_bubbles.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,6 @@ $color-fade: rgba(0,0,0,0.6); // border shadow
147147
text-align: left;
148148
font-family: var(--font-tertiary);
149149

150-
// Responsive font sizing with clamp (modern replacement for calc)
151-
font-size: clamp(20px, 1.25rem + 0.5vw, 30px);
152-
line-height: clamp(30px, 1.8rem + 0.8vw, 42px);
153-
154150
.index {
155151
position: absolute;
156152
top: -14px;

_sass/_tab-colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ html {
5454
}
5555
}
5656
.body {
57-
h3, h3 a, .item small:not(.due) {
57+
.card-color {
5858
color: $color;
5959
}
6060
code, .due {

0 commit comments

Comments
 (0)