HEX
Server: nginx/1.26.1
System: Linux 850a3e23ecee 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64
User: (1000)
PHP: 8.2.27
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/fixed-toc/frontend/assets/scss/_reset.scss
&,
button,
button:hover,
button:active,
button:focus,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
li::before,
li::after,
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus,
nav,
header,
div,
span {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font: inherit;
  color: inherit;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  text-align: inherit;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
  clear: none;
}

button {
  min-height: initial;
}

li {
  list-style: none;

  &::before,
  &::after {
    display: none;
  }
}

header::before,
nav::before {
  display: none;
}