Re-enabled copy feedback and extracted it to it's own component. Still WIP, but further work is still waiting on better InkScape
This commit is contained in:
parent
951760b619
commit
92a63d0a7f
7 changed files with 24 additions and 39 deletions
|
@ -1,21 +0,0 @@
|
|||
import { style } from '@vanilla-extract/css';
|
||||
|
||||
import * as colors from '../../colors.css';
|
||||
|
||||
export const download_tty = style({
|
||||
display: 'block',
|
||||
margin: 0,
|
||||
border: 'none',
|
||||
padding: '0',
|
||||
outline: 'inherit',
|
||||
fontFamily: 'monospace',
|
||||
fontSize: '1.1em',
|
||||
lineHeight: '2em',
|
||||
background: 'none',
|
||||
color: 'inherit',
|
||||
transition: 'color 0.15s',
|
||||
whiteSpace: 'pre-wrap',
|
||||
':hover': {
|
||||
color: colors.accent,
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue