txtdot/static/get.css
2023-08-16 11:34:04 +04:00

28 lines
297 B
CSS

a {
color: var(--link);
}
a:hover {
color: var(--link-hl);
}
pre {
display: block;
max-width: 100%;
overflow-x: auto;
}
table {
display: block;
max-width: 100%;
overflow-x: auto;
}
img, picture, video {
max-width: 100%;
height: auto;
}
frame, iframe {
max-width: 100%;
}