Created
November 25, 2020 06:14
-
-
Save mashiro/cc9ff59fa2bdbd990261cef049cedc8b to your computer and use it in GitHub Desktop.
LINE DEVDAY のセッション一覧をちょっと見やすくする User Style
This file contains 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
.SessionPanel_inactive__3UvF1 .SessionPanel_panel__1Oz0y { | |
color: #888; | |
} | |
.SessionPanel_container__3iORH .SessionPanel_title__1iwdo span { | |
color: #ddd; | |
} | |
.SessionPanel_container__3iORH { | |
word-break: break-word; | |
} | |
.Sessions_table__2WUZw, | |
.SessionPanel_container__3iORH { | |
border-bottom: 1px solid #aaa; | |
} | |
.TrackLine_trackLine__3N2Sn.TrackLine_all__3oDqM { | |
border-right: 1px solid #aaa; | |
} | |
.SessionTableHeader_theader__1pGcq { | |
box-shadow: inset -3px 0 #aaa, inset 0 3px #aaa, inset 3px 0 #aaa; | |
} | |
.TimeTable_timeTable__1FTrQ { | |
border: 3px solid #aaa; | |
} | |
.SessionPanel_session__1DQCU .SessionPanel_panel__1Oz0y, .SessionPanel_undecided__3umH9 .SessionPanel_panel__1Oz0y { | |
background-color: #222; | |
} |
Author
mashiro
commented
Nov 25, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment