txtdot/static/get.css
DarkCat09 3c184cfad8
Set font-weight to 600 Bold
Previously used 500 Medium was uncompatible with some fonts
2023-08-21 15:30:40 +04:00

42 lines
428 B
CSS

.menu {
display: flex;
flex-direction: row;
column-gap: 0.25rem;
font-size: 0.9rem;
}
.title {
font-weight: 600;
}
a {
color: var(--accent);
}
a:hover {
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%;
}