This website works better with JavaScript.
首頁
探索
說明
登入
GNUsocial
/
gnu-social
關註
4
收藏
0
複製
1
程式碼
問題管理
版本發佈
4
Wiki
Activity
瀏覽代碼
[CSS] Profile text color doesn't blend in anymore.
remotes/upstream/experimental
Eliseu Amaro
9 月之前
父節點
fdd43f4b11
當前提交
f8c108bdf3
共有
1 個文件被更改
,包括
3 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
public/assets/css/base.css
+ 3
- 1
public/assets/css/base.css
查看文件
@@ -602,8 +602,10 @@ hr {
box-shadow: var(--shadow);
}
.profile >
*
{
.profile >
text
{
flex: 1;
filter: invert(1) !important;
mix-blend-mode: difference !important;
}
.profile-info {
Write
Preview
Loading…
取消
儲存