wip!
This commit is contained in:
parent
1305ffbb16
commit
1013c53975
21 changed files with 988 additions and 43 deletions
|
@ -87,6 +87,12 @@ body::selection {
|
|||
src: url('../font/Recursive_VF_1.085.woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'RecVarMono';
|
||||
src: url('../font/Recursive_VF_1.085.woff2');
|
||||
font-variation-settings: "MONO" 1.0;
|
||||
}
|
||||
|
||||
|
||||
body,
|
||||
pre,
|
||||
|
@ -256,6 +262,29 @@ img.pic {
|
|||
margin: 8px 0;
|
||||
}
|
||||
|
||||
/* Image hints for tweaking rendering */
|
||||
img {
|
||||
&[src*='+pixel'] {
|
||||
image-rendering: crisp-edges;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
&[src*='+width160'] {
|
||||
width: 160px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
&[src*='+width640'] {
|
||||
width: 640px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* Resources for use in JavaScript. */
|
||||
&.resource {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Fix the default blue and ugly purple links normally have */
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue