Skip to content

Instantly share code, notes, and snippets.

@mashiro
Created November 25, 2020 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mashiro/cc9ff59fa2bdbd990261cef049cedc8b to your computer and use it in GitHub Desktop.
Save mashiro/cc9ff59fa2bdbd990261cef049cedc8b to your computer and use it in GitHub Desktop.
LINE DEVDAY のセッション一覧をちょっと見やすくする User Style
.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;
}
@mashiro
Copy link
Author

mashiro commented Nov 25, 2020

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment