Skip to content

Commit fa67d30

Browse files
Update: switch infobox H2/H3 font-size
H2 had smaller font (15px) than H3 (17px) in Infobox callouts. I don't remember why I did this originally. Don't like it anymore, buh-bye. H2 now 17px, H3 now 15px.
1 parent c6d9f95 commit fa67d30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mmw-content/.obsidian/snippets/mmw-infobox-callout.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
.callout[data-callout="infobox"] h2 {
3434
margin: 2px 0px 0px 0px;
3535
width: 100%;
36-
font-size: 15px;
36+
font-size: 17px;
3737
text-align: center;
3838
border-radius: 2px;
3939
background-color: rgba(255, 255, 255, 0.1);
@@ -44,7 +44,7 @@
4444
.callout[data-callout="infobox"] h3 {
4545
margin: 2px 0px 0px 0px;
4646
width: 100%;
47-
font-size: 17px;
47+
font-size: 15px;
4848
text-align: center;
4949
border-radius: 2px;
5050
background-color: rgba(255, 255, 255, 0.1);

quartz/styles/custom/infobox-callout.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
.callout[data-callout="infobox"] h2 {
3737
margin: auto;
3838
max-width: 100%;
39-
font-size: 15px;
39+
font-size: 17px;
4040
text-align: center;
4141
border-radius: 2px;
4242
background-color: var(--lightgray);
@@ -47,7 +47,7 @@
4747
.callout[data-callout="infobox"] h3 {
4848
margin: auto;
4949
max-width: 100%;
50-
font-size: 17px;
50+
font-size: 15px;
5151
text-align: center;
5252
border-radius: 2px;
5353
background-color: var(--lightgray);

0 commit comments

Comments
 (0)