fix: Rationalize custom icons to avoid duplication (#1639)
This commit is contained in:
+7
-1
@@ -28,6 +28,12 @@
|
||||
:root {
|
||||
--content-max-width: 95vw;
|
||||
}
|
||||
.svg-icon {
|
||||
background-color: rgb(255, 255, 255);
|
||||
vertical-align: middle;
|
||||
background: repeating-conic-gradient(#8080804f 0% 25%, transparent 0% 50%) 50% /
|
||||
4px 4px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -42,7 +48,7 @@
|
||||
// The overall documentation name.
|
||||
name: 'Frigate Card',
|
||||
|
||||
logo: 'images/frigate-logo.svg',
|
||||
logo: 'images/icons/frigate.svg',
|
||||
|
||||
// Automatically go to the top of a page on route change.
|
||||
auto2top: true,
|
||||
|
||||
Reference in New Issue
Block a user