Skip to content
Snippets Groups Projects

Hot fix

Merged David Hrbáč requested to merge hot_fix into master
2 files
+ 11
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
1
@@ -2,7 +2,11 @@ a:not([href*="//"]) {
/* CSS for internal links */
}
a[href*="//"]:not( [href*='gitlab.it4i.cz'] ):not( [href*='code.it4i.cz'] ) {
a.md-footer-social__link.fa.fa-globe {
!background: none;
}
a[href*="//"]:not( [href*='gitlab.it4i.cz'] ):not( [href*='code.it4i.cz'] ):not( [href*='https://www.it4i.cz'] ) {
/*CSS for external links */
background: transparent url("/img/external.png") no-repeat right 0px top 1px;
background-size: 12px;
Loading