左メニューのバック消去

This commit is contained in:
harukin 2018-11-15 14:50:20 +09:00
parent 8cfa343088
commit 1223708d33

View File

@ -2,7 +2,7 @@
* plusfuture
*
* Based on duepuntozero Friendica style
* Originally by Fabio Comuni <fabrix.xm@gmail.com>
* Originally by harukin <harukin@haruk.in>
*/
@ -1850,6 +1850,11 @@ dl.bb-dl > dd > li {
border-radius: 15% !important;
}
#user_menu{
background-color: #0000;
filter: none;
}
a[title*="harukin@plus.haruk.in"]{
color: rgb(170, 2, 2);
}