Skip to content

Commit d48b47d

Browse files
fix
1 parent ab0f1e6 commit d48b47d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

lib/builder.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const Builder = () => {
107107
fontFamily: "'Source Code Pro', Consolas, 'Courier New', monospace",
108108
fontSize: 15
109109
});
110+
editor.updateOptions({fontSize: 14});
110111
`}
111112
</Script>
112113
</>

pages/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ h1 {
8585
-webkit-animation-delay: 0.2s;
8686
}
8787

88-
.cw { /* Color: White */
88+
.cw { /* Color - White */
8989
color: white;
9090
}
91-
.bb { /* Background: Black */
91+
.bb { /* Background - Black */
9292
background-color: black;
9393
}
94-
.fi { /* Filter: Invert */
94+
.fi { /* Filter - Invert */
9595
filter: invert(1);
9696
-webkit-filter: invert(1);
9797
}
@@ -157,6 +157,6 @@ button {
157157
gap: 10px;
158158
}
159159

160-
.aic { /* Align Items: Center */
160+
.aic { /* Align Items - Center */
161161
align-items: center;
162162
}

0 commit comments

Comments
 (0)