fix coc header icon display

This commit is contained in:
Alex Korzhikov
2021-04-04 19:35:38 +02:00
parent 7765cc992d
commit 030fda5482
2 changed files with 9 additions and 1 deletions

View File

@@ -74,7 +74,7 @@
</script>
</head>
<body>
<body id="coc">
<header role="banner" id="fh5co-header">
<div class="container">
<div class="row navbar navbar-default">

View File

@@ -31,4 +31,12 @@
}
.navbar-fixed-top .navbar-2nd-logo img {
/* filter: invert(100%); */
}
#coc #fh5co-header {
display: none;
}
#coc #fh5co-header.navbar-fixed-top {
display: block;
}