bug fix: increase font size on log pages

This commit is contained in:
usmannasir 2025-07-17 20:04:18 +05:00
parent 455c25d7cb
commit 9739a5fcbf
7 changed files with 13 additions and 13 deletions

View File

@ -213,7 +213,7 @@
background: transparent;
color: #10b981;
font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
font-size: 0.875rem;
font-size: 1.125rem;
line-height: 1.6;
border: none;
outline: none;
@ -233,7 +233,7 @@
text-align: right;
color: #475569;
font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
font-size: 0.875rem;
font-size: 1.125rem;
line-height: 1.6;
user-select: none;
padding-right: 1rem;

View File

@ -213,7 +213,7 @@
background: transparent;
color: #3b82f6;
font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
font-size: 0.875rem;
font-size: 1.125rem;
line-height: 1.6;
border: none;
outline: none;
@ -233,7 +233,7 @@
text-align: right;
color: #475569;
font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
font-size: 0.875rem;
font-size: 1.125rem;
line-height: 1.6;
user-select: none;
padding-right: 1rem;

View File

@ -213,7 +213,7 @@
background: transparent;
color: #ef4444;
font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
font-size: 0.875rem;
font-size: 1.125rem;
line-height: 1.6;
border: none;
outline: none;
@ -233,7 +233,7 @@
text-align: right;
color: #475569;
font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
font-size: 0.875rem;
font-size: 1.125rem;
line-height: 1.6;
user-select: none;
padding-right: 1rem;

View File

@ -213,7 +213,7 @@
background: transparent;
color: #8b5cf6;
font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
font-size: 0.875rem;
font-size: 1.125rem;
line-height: 1.6;
border: none;
outline: none;
@ -233,7 +233,7 @@
text-align: right;
color: #475569;
font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
font-size: 0.875rem;
font-size: 1.125rem;
line-height: 1.6;
user-select: none;
padding-right: 1rem;

View File

@ -213,7 +213,7 @@
background: transparent;
color: #f59e0b;
font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
font-size: 0.875rem;
font-size: 1.125rem;
line-height: 1.6;
border: none;
outline: none;
@ -233,7 +233,7 @@
text-align: right;
color: #475569;
font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
font-size: 0.875rem;
font-size: 1.125rem;
line-height: 1.6;
user-select: none;
padding-right: 1rem;

View File

@ -213,7 +213,7 @@
background: transparent;
color: #10b981;
font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
font-size: 0.875rem;
font-size: 1.125rem;
line-height: 1.6;
border: none;
outline: none;
@ -233,7 +233,7 @@
text-align: right;
color: #475569;
font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
font-size: 0.875rem;
font-size: 1.125rem;
line-height: 1.6;
user-select: none;
padding-right: 1rem;

View File

@ -408,7 +408,7 @@
border: 1px solid #eee;
border-radius: 4px;
font-family: monospace;
font-size: 13px;
font-size: 18px;
line-height: 1.5;
background-color: #f8f9fa;
color: #333;