HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/BOoms/pro-oils.be/wwwroot/wp-content/themes/neve/assets/scss/main/_a11y.scss
.show-on-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  top: 0;
  left: 0;

  &:focus {
    z-index: 20;
    width: auto;
    height: auto;
    clip: auto;
  }
}

a.neve-skip-link {
  background-color: $git-black;
  color: #fff;
  padding: $spacing-xs $spacing-sm;

  &:focus {
    color: #fff;
  }

  .admin-bar & {
    top: 32px;
  }
}

//<editor-fold desc="Underline links in content and comments content">
.nv-content-wrap a:not(.button), .nv-comment-content a {
  text-decoration: underline;

  &:hover {
    text-decoration: none;
  }
}

.nv-comment-content .edit-reply a, .comments-area a {
  text-decoration: none;

  &:hover {
    text-decoration: underline
  }
}

//</editor-fold>