presentations/highlight-js/test/detect/css/default.txt

16 lines
252 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
@font-face {
font-family: Chunkfive; src: url('Chunkfive.otf');
}
body, .usertext {
color: #F0F0F0; background: #600;
font-family: Chunkfive, sans;
}
@import url(print.css);
@media print {
a[href^=http]::after {
content: attr(href)
}
}