ドメインの色追加テスト

This commit is contained in:
harukin 2018-11-04 18:11:06 +09:00
parent 5ba76875cc
commit c1ef559afd

View File

@ -1822,3 +1822,11 @@ dl.bb-dl > dd > li {
.bootstrap-tagsinput {
background-color: $comment_item_colour !important;
}
a[title*="harukin@plus.haruk.in"]{
color: brown;
}
a[title*="mstdn.y-zu.org"]{
color: rgb(10, 255, 1);
}