update inbox list
This commit is contained in:
16
vendor/scrivo/highlight.php/test/detect/css/default.txt
vendored
Normal file
16
vendor/scrivo/highlight.php/test/detect/css/default.txt
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
@font-face {
|
||||
font-family: Chunkfive; src: url('Chunkfive.otf');
|
||||
}
|
||||
|
||||
body, .usertext {
|
||||
color: #F0F0F0; background: #600;
|
||||
font-family: Chunkfive, sans;
|
||||
--heading-1: 30px/32px Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
@import url(print.css);
|
||||
@media print {
|
||||
a[href^=http]::after {
|
||||
content: attr(href)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user