mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
34 lines
631 B
SCSS
34 lines
631 B
SCSS
#mt-container {
|
|
background-color: transparent;
|
|
padding: 0;
|
|
|
|
.mt-body {
|
|
padding: 0;
|
|
}
|
|
.mt-post {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
padding-bottom: 0;
|
|
};
|
|
// .mt-post-avatar, .mt-post-header-user-name {
|
|
// display: none;
|
|
// }
|
|
.mt-post:hover {
|
|
cursor: unset;
|
|
background-color: transparent;
|
|
}
|
|
.mt-btn-dark {
|
|
background-color: var(--theme-bg-color);
|
|
}
|
|
|
|
.mt-post-media-wrapper {
|
|
margin: 0;
|
|
}
|
|
.mt-post-media {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
a {
|
|
color: var(--theme-highlight-color);
|
|
}
|
|
} |