(上記の画像は一覧のときに白紙だとそっけなくなるので入っている。) 新規作成のときに、自分のプロジェクトなのか編集権限のある他のプロジェクトなのか判断しやすくなる。 この style.css
をこのページの一番下に書いたら反映されなかったのでここに書いた。 .app:not(.presentation) .page::after {
content: url("https://nwtgck.org/static/nwtgck-30x30.jpg");
color: #090909 !important;
background-color: rgba(12, 12, 13, 0.1);
a[type="hashTag"]:hover {
background-color: rgba(12, 12, 13, 0.2);
a[type="hashTag"]:active {
background-color: rgba(12, 12, 13, 0.3);
color: #5884f1 !important;
a[type="link"].empty-page-link {
color: #309b98 !important;
a.navbar-brand.dropdown-toggle {
a.navbar-brand.dropdown-toggle::before {
background-image: url(https://gyazo.com/d64983527b8ed7806c8559669c563614.png);
background-size: contain;
background-repeat: no-repeat;
.project-home > .title:after {
content: "\A\A 技術的なこととか、たまに非技術も。";
.line a.link:not(.icon)::after {
font-family:'FontAwesome';
background-color: #fafbfc;
border: 1px solid #c6cbd1;
border-bottom-color: #959da5;
box-shadow: inset 0 -1px 0 #959da5;
.grid li.page-list-item a .pin { background-color: transparent; background-image: none }
.grid li.page-list-item a .pin::after {
font-family: 'FontAwesome';
transform: rotate(35deg);
filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5));