Reorganising

This commit is contained in:
Gnarwhal 2024-09-19 05:34:28 +01:00
parent 0b544fc507
commit 24dab2d928
Signed by: Gnarwhal
GPG key ID: 80DB5B37E4C96776
13 changed files with 12 additions and 6 deletions

View file

@ -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,
},
});