Last active
May 25, 2026 13:43
-
-
Save lunamoth/c29dc4b8b3af8addcd96e41663e3855d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .container,.reader-active .container,.site-footer .inner,.site-header .inner{ | |
| max-width:1440px!important | |
| } | |
| div.reader-body{ | |
| font-family:Lato,"나눔바른고딕"; | |
| color:#000; | |
| font-size:18px; | |
| font-weight:400; | |
| letter-spacing:0; | |
| line-height:2; | |
| text-align:left; | |
| word-break:keep-all | |
| } | |
| div.reader-card.is-repost{ | |
| background-color:#fff | |
| } | |
| button.nabilera-tts-fab,div.reader-actions,div.reader-sidebar-bottom,div.reader-sidebar-feeds,div.reader-sidebar-fixed-top{ | |
| display:none | |
| } | |
| a.reader-image,img.reader-avatar.reader-profile-target.reader-fade-in.is-loaded,img.reader-fade-in.is-loaded{ | |
| width:50px; | |
| height:50px | |
| } | |
| div.reader-media-stage.is-video,div.reader-video-stage,video.reader-video{ | |
| max-width:50px; | |
| max-height:50px | |
| } | |
| .reader-active .container{ | |
| padding-left:16px!important; | |
| padding-right:16px!important | |
| } | |
| .reader-sidebar-bottom,.reader-sidebar-feeds,.reader-sidebar-fixed-top{ | |
| left:max(16px,calc((100vw - 1408px)/ 2))!important | |
| } | |
| /*나빌레라 테마는 아래를 사용 | |
| { | |
| "name": "", | |
| "base": "light", | |
| "overrides": { | |
| "--bg": "#ffffff", | |
| "--surface-2": "#ffffff", | |
| "--surface-hover": "#ffffff", | |
| "--border": "#ffffff", | |
| "--border-strong": "#ffffff", | |
| "--text": "#000000" | |
| } | |
| }*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment