Daniel J. Summers 82896bc774 Change post edit page layout
- Add syndication package
- Tweak styles
2022-04-28 23:11:48 -04:00

45 lines
797 B
CSS

footer {
background-color: #808080;
border-top: solid 1px black;
color: white;
}
.messages {
max-width: 60rem;
margin: auto;
}
.action-button-column {
width: 1rem;
white-space: nowrap;
}
fieldset {
border: solid 1px lightgray;
border-radius: .5rem;
padding: 0 1rem 1rem;
}
legend {
float: unset;
width: unset;
}
textarea {
font-family: monospace;
font-size: .8rem !important;
}
.no-wrap {
white-space: nowrap;
}
a:link, a:visited {
text-decoration: none;
}
a:link:hover, a:visited:hover {
text-decoration: underline;
}
a.btn:link:hover, a.btn:visited:hover {
text-decoration: none;
}
a.text-danger:link:hover, a.text-danger:visited:hover {
text-decoration: none;
background-color: var(--bs-danger);
border-radius: 0.25rem;
color: white !important;
}