<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Some style for the computer */

#screenGrad .s100 {stop-color:#AAA9A9 }
#screenGrad .s0 {stop-color:black }
#discGrad .s100 {stop-color:beige }
#discGrad .s0 {stop-color:black }

svg {
  /* Default styles to be inherited */
  fill: white;
  stroke: black;
  stroke-width: 0.3
}

.outline-only {
  visibility:hidden
}
#terminal .outline {
  fill: beige
}
.computer {
  fill: beige
}
.screen {
  fill: url(http://www.w3.org/1999/09/SVG-access/style-values#screenGrad)
  }
.disc {
  fill: url(http://www.w3.org/1999/09/SVG-access/style-values#discGrad)
}
.light {
  fill:lightgreen
}</pre></body></html>