txtdot/static/get.css

43 lines
444 B
CSS
Raw Normal View History

2023-08-16 13:08:53 +03:00
.menu {
display: flex;
flex-direction: row;
2023-08-16 13:35:03 +03:00
column-gap: 0.25rem;
font-size: 0.9rem;
2023-08-16 13:08:53 +03:00
}
.title {
font-weight: 600;
2023-08-21 18:18:38 +03:00
margin: 1rem;
2023-08-16 13:08:53 +03:00
}
a {
2023-08-16 13:35:03 +03:00
color: var(--accent);
}
a:hover {
2023-08-16 13:35:03 +03:00
color: var(--accent-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%;
}