Skip to content

Commit 96418a6

Browse files
committed
Refactoring styles.
Added monospace for textareas.
1 parent 5a08367 commit 96418a6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1><a href="?">SQLMap Command Builder</a></h1>
1616
</p>
1717

1818
<p>
19-
<a href="https://github.com/vizzdoom/sqlmap-command-builder" target="_blank">Github Repository v.20250620b</a> for <a target="_blank" href="https://github.com/sqlmapproject/sqlmap/releases">SQLMap 1.9.4</a><br />
19+
<a href="https://github.com/vizzdoom/sqlmap-command-builder" target="_blank">Github Repository</a> for <a target="_blank" href="https://github.com/sqlmapproject/sqlmap/releases">SQLMap 1.9.4</a><br />
2020
vizzdoom/at/gmail/dot/com
2121
</p>
2222
</header>

style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
/* Typography */
4747
--font-family-base: "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
48-
--font-family-mono: "Berkeley Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
48+
--font-family-mono: 'Courier New', monospace;
4949
--font-size-xs: 11px;
5050
--font-size-s: 12px;
5151
--font-size-base: 13px;
@@ -281,7 +281,7 @@ h1 {
281281
margin-bottom: var(--space-l);
282282
color: var(--hacker-primary);
283283
text-shadow: 0 0 20px var(--color-border);
284-
font-family: 'Courier New', monospace;
284+
font-family: var(--font-family-mono);
285285
}
286286
h2 {
287287
font-size: var(--font-size-3xl);
@@ -423,7 +423,7 @@ pre code {
423423
border: 1px solid var(--hacker-border);
424424
border-radius: var(--radius-m);
425425
background: var(--hacker-bg-dark);
426-
font-family: 'Courier New', monospace;
426+
font-family: var(--font-family-mono);
427427
transition: all var(--duration-fast) var(--ease-standard);
428428
}
429429

@@ -465,7 +465,7 @@ pre code {
465465
}
466466

467467
textarea.form-control {
468-
font-family: var(--font-family-base);
468+
font-family: var(--font-family-mono);
469469
font-size: var(--font-size-base);
470470
resize: vertical;
471471
min-height: 39px;
@@ -650,7 +650,7 @@ select.form-control {
650650
body {
651651
background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
652652
min-height: 100vh;
653-
font-family: 'Courier New', monospace;
653+
font-family: var(--font-family-mono);
654654
}
655655

656656

@@ -703,7 +703,7 @@ body {
703703
background: none;
704704
border: none;
705705
color: var(--color-text);
706-
font-family: 'Courier New', monospace;
706+
font-family: var(--font-family-mono);
707707
font-size: var(--font-size-m);
708708
white-space: pre-wrap;
709709
word-break: break-all;

0 commit comments

Comments
 (0)