@import url("w3c-base.css");

/* Style for a Working Group Editors' Draft */

body {
  background: url("draft-background.png") repeat;
}
@media (prefers-color-scheme: dark) {
	body {
		background: url("draft-background-dark.png") repeat;
	}
}
table.threats {
  border-bottom-width: 1px;
  border-top-width: 1px;
}

.code { 
  background-color: rgba(200,200,200,0.5);
}

.normative {
  background-color: rgba(255,207,160,0.5);
}

div.example {
  background-color: rgba(252,250,238,0.75);
}

div.note {
  background-color: rgba(233,251,233,0.5);
}

div.issue {
  background-color: rgba(251,233,233,0.75);
}

.ribbon {
  color: #fff;
  background-color: #ff0000;
}