Look and Read skin by AO3

Chain in this to hide the AO3 logo and show the Archive Of Our Own header text
Role:
user
Media:
screen
Condition:
Normal

CSS

#header h1 img {
  display: none;
}

#header h1 {
  position: static;
}

#header h1 .landmark {
  opacity: 1;
  font-size: 100%;
  color: #000;
  line-height: 1;
  height: auto;
  width: auto;
  display: inline;
}

#header h1 a span:hover {
  color: #999;
}