bug fix: increase font size on log pages
This commit is contained in:
parent
455c25d7cb
commit
9739a5fcbf
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue