Remove outline for links inside topbar

This commit is contained in:
Grzegorz Leoniec 2019-01-13 14:39:24 +01:00
parent a07b71dea4
commit ff0d4e3a70
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -78,6 +78,10 @@ blockquote {
position: fixed;
width: 100%;
z-index: 10;
a {
outline: none;
}
}
.hc-editor-content {