// 전 유저 CSS/JS 다 쓰고 있어서 주석 모양이 이런데
// 그냥 CSS만 지원하는 거 쓰고 계시면 주석 전부 지우세요! (주석 형식이 달라서 오류가 나요)
// < 요거 앞에 달린 거 싹 지워주면 됨
// 배경은 반복 안 할 거면 no-repeat로 바꿔주기, 사이즈도 cover로 바꿔주면 전체화면을 덮습니다
html {
background: url('배경 이미지 주소');
background-repeat: repeat;
background-attachment: fixed;
background-size: 500px;
}
// 전체 폰트
body * {
font-family: "freesentation 5" !important;
}
// 투명화
.r-13awgt0, .r-14lw9ot, .r-196lrry, .r-1ipicw7 {
background: transparent !important;
background-color: transparent !important;
}
// 왼쪽 버튼
.r-1ki14p2 {
top: 24px;
}
.r-c4unlt {
background: rgb(247, 246, 246) !important;
background-color: rgb(247, 246, 246) !important;
padding: 10px 30px 20px 10px;
border: 1px solid;
border-radius: 20px;
left: calc(-560px + 50vw);
}
// 가운데 보드
.css-175oi2r[data-testid="postThreadScreen"] > .css-175oi2r > .css-175oi2r, .css-175oi2r[data-testid="FeedsScreen"] > .css-175oi2r > .r-1ljd8xs, .css-175oi2r[data-testid="convoScreen"] > .css-175oi2r, .css-175oi2r[data-testid="listsScreen"] > .css-175oi2r:nth-child(2) > .css-175oi2r > .css-175oi2r:nth-child(2), .css-175oi2r[data-testid="searchScreen"] > .css-175oi2r:nth-child(3) > .css-175oi2r > .css-175oi2r:nth-child(2), .css-175oi2r[data-testid="HomeScreen"] > .css-175oi2r > .css-175oi2r:nth-child(5) > .css-175oi2r:nth-child(2), .r-13awgt0 .r-1ljd8xs, .css-175oi2r[data-testid="notifsFeed"] > .css-175oi2r:nth-child(2){
background: rgb(255, 255, 255) !important;
}
// 포인트 색상
.css-175oi2r.r-13awgt0.r-1rnoaur.r-1la3zjv.r-3o4zer.r-1ipicw7 .css-175oi2r:last-child *,.css-175oi2r.r-18u37iz a {
color: #ff4d8f !important;
}
button[aria-label="새 게시물"] {
background-color: #ff4d8f !important;
}