This commit is contained in:
harukin 2018-11-04 19:58:41 +09:00
parent df5bbfbd66
commit 7885185009

View File

@ -1827,19 +1827,6 @@ a[title*="harukin@plus.haruk.in"]{
color: brown; color: brown;
} }
a[title*="mstdn.y-zu.org"]{
color: rgb(10, 255, 1);
}
a[title*="mstdn.y-zu.org"]::after{
content: '';
display: inline-block;
width: 18px;
height: 20px;
background-image: url('https://mstdn.y-zu.org/favicon.ico');
vertical-align: middle;
background-size: contain;
}
a[title*="mstdn.y-zu.org"]{ a[title*="mstdn.y-zu.org"]{
color: rgb(10, 255, 1); color: rgb(10, 255, 1);
} }
@ -1888,19 +1875,19 @@ a[title*="mstdn.jp"]::after{
content: 'from mstdn.jp'; content: 'from mstdn.jp';
} }
a[title*="mstdn.jp"]{ a[title*="odakyu.app"]{
color: rgb(253, 156, 156); color: rgb(0, 0, 255);
} }
a[title*="mstdn.jp"]::before{ a[title*="odakyu.app"]::before{
content: ''; content: '';
display: inline-block; display: inline-block;
width: 18px; width: 18px;
height: 20px; height: 20px;
background-image: url('https://mstdn.jp/favicon.ico'); background-image: url('https://odakyu.app/favicon.ico');
vertical-align: middle; vertical-align: middle;
background-size: contain; background-size: contain;
} }
a[title*="mstdn.jp"]::after{ a[title*="odakyu.app"]::after{
content: 'from mstdn.jp'; content: 'from 小田急don';
} }