左メニューのバック消去

This commit is contained in:
harukin
2018-11-15 14:50:20 +09:00
parent 8cfa343088
commit 1223708d33
+6 -1
View File
@@ -2,7 +2,7 @@
* plusfuture
*
* Based on duepuntozero Friendica style
* Originally by Fabio Comuni <[email protected]>
* Originally by harukin <[email protected]>
*/
@@ -1850,6 +1850,11 @@ dl.bb-dl > dd > li {
border-radius: 15% !important;
}
#user_menu{
background-color: #0000;
filter: none;
}
a[title*="[email protected]"]{
color: rgb(170, 2, 2);
}