mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-09-26 20:31:11 +08:00
Code refactoring after #1069
This commit is contained in:
23
www/log.html
23
www/log.html
@@ -19,17 +19,30 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
table tbody td {
|
||||
font-size: 13px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
||||
.info {
|
||||
color: #0174DF;
|
||||
}
|
||||
|
||||
.debug {
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: #DF0101;
|
||||
}
|
||||
|
||||
.trace {
|
||||
color: #585858;
|
||||
}
|
||||
|
||||
.warn {
|
||||
color: #FF9966;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@@ -131,13 +131,6 @@ body.dark-mode textarea::placeholder {
|
||||
body.dark-mode hr {
|
||||
border-top: 1px solid #444;
|
||||
}
|
||||
|
||||
.info { color: #0174DF; }
|
||||
.debug { color: #808080; }
|
||||
.error { color: #DF0101; }
|
||||
.trace { color: #585858; }
|
||||
.warn { color: #FF9966; }
|
||||
|
||||
</style>
|
||||
<nav>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user