Among other things introduce new --fg-contrast color variable.
This commit is contained in:
@ -21,14 +21,14 @@
|
||||
.dialog-buttons {
|
||||
justify-content: start;
|
||||
gap: 0.25rem;
|
||||
margin-top: 2rem;
|
||||
margin-block-start: 2rem;
|
||||
}
|
||||
|
||||
#comments-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
margin-top: 2rem;
|
||||
margin-block-start: 2rem;
|
||||
|
||||
#comments-status {
|
||||
margin-block-start: 0;
|
||||
@ -156,14 +156,14 @@
|
||||
|
||||
main {
|
||||
grid-area: post;
|
||||
margin-top: 1rem;
|
||||
margin-block-start: 1rem;
|
||||
|
||||
:first-child {
|
||||
margin-top: 0;
|
||||
margin-block-start: 0;
|
||||
}
|
||||
|
||||
:last-child {
|
||||
margin-bottom: 0;
|
||||
margin-block-end: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@ -184,7 +184,7 @@
|
||||
display: flex;
|
||||
grid-area: interactions;
|
||||
gap: 0.25rem;
|
||||
margin-top: 1rem;
|
||||
margin-block-start: 1rem;
|
||||
|
||||
.boosts,
|
||||
.faves {
|
||||
|
Reference in New Issue
Block a user