diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 308cf23..cc757ff 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1824,11 +1824,11 @@ dl.bb-dl > dd > li { } a[title*="harukin@plus.haruk.in"]{ - color: brown; + color: rgb(170, 2, 2); } a[title*="mstdn.y-zu.org"]{ - color: rgb(10, 255, 1); + color: rgb(137, 255, 133); } a[title*="mstdn.y-zu.org"]::before{ content: ''; @@ -1891,3 +1891,66 @@ a[title*="odakyu.app"]::after{ content: 'from 小田急don'; } +a[title*="kirishima.cloud"]{ + color: rgb(255, 217, 0); +} +a[title*="kirishima.cloud"]::before{ + content: ''; + display: inline-block; + width: 18px; + height: 20px; + background-image: url('https://kirishima.cloud/favicon.ico'); + vertical-align: middle; + background-size: contain; +} +a[title*="kirishima.cloud"]::after{ + content: 'from アスタルテ'; +} + +a[title*="oransns.com"]{ + color: rgb(216, 141, 2); +} +a[title*="oransns.com"]::before{ + content: ''; + display: inline-block; + width: 18px; + height: 20px; + background-image: url('https://oransns.com/favicon.ico'); + vertical-align: middle; + background-size: contain; +} +a[title*="oransns.com"]::after{ + content: 'from おらんSNS'; +} + +a[title*="mstdn.mimikun.jp"]{ + color: rgb(104, 253, 241); +} +a[title*="mstdn.mimikun.jp"]::before{ + content: ''; + display: inline-block; + width: 18px; + height: 20px; + background-image: url('https://mstdn.mimikun.jp/favicon.ico'); + vertical-align: middle; + background-size: contain; +} +a[title*="mstdn.mimikun.jp"]::after{ + content: 'from mimikun丼'; +} + +a[title*="pawoo.net"]{ + color: rgb(198, 104, 253); +} +a[title*="pawoo.net"]::before{ + content: ''; + display: inline-block; + width: 18px; + height: 20px; + background-image: url('https://pawoo.net/favicon.ico'); + vertical-align: middle; + background-size: contain; +} +a[title*="pawoo.net"]::after{ + content: 'from Pawoo'; +} \ No newline at end of file