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