txtdot/static/get.css

41 lines
445 B
CSS
Raw Permalink Normal View History

.menu .button {
2023-08-16 13:35:03 +03:00
font-size: 0.9rem;
2023-08-16 13:08:53 +03:00
}
2023-08-16 13:08:53 +03:00
.title {
border-bottom: 0.125rem solid var(--bg2);
2023-08-29 19:05:45 +03:00
padding-bottom: 0.125rem;
font-weight: 600;
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%;
}