mirror of
https://github.com/SimpleWebConf/SimpleWebConf.github.io.git
synced 2026-03-10 08:51:23 +00:00
fix coc header icon display
This commit is contained in:
2
coc.html
2
coc.html
@@ -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">
|
||||
|
||||
@@ -32,3 +32,11 @@
|
||||
.navbar-fixed-top .navbar-2nd-logo img {
|
||||
/* filter: invert(100%); */
|
||||
}
|
||||
|
||||
#coc #fh5co-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#coc #fh5co-header.navbar-fixed-top {
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user