blob: 2c150cf09e32074dbfd8b1543e7a0468fa6e8c81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
@import "tailwindcss";
@plugin "@tailwindcss/typography";
.sm-tweet-theme .react-tweet-theme {
--tweet-container-margin: 0px;
}
.sm-tweet-theme .tweet-header-module__A9EVQG__authorFollow {
display: none;
}
|