Last active
August 19, 2024 09:36
-
-
Save SaigyoujiYuyuko233/a36028e9b44cea34dbdc148bb5c78a57 to your computer and use it in GitHub Desktop.
Terminus 自定义背景图片 | 暗色适用
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body.vibrant{ | |
background-size: cover !important; | |
background-repeat: no-repeat !important; | |
background-image: url("file:///${图片路径}") !important; | |
} | |
title-bar{ | |
background-color: rgb(5, 21, 25) !important; | |
} | |
app-root { | |
opacity: 0.65 !important; | |
} | |
.tab-bar { | |
background-color: rgb(5, 21, 25) !important; | |
} | |
body { | |
color: #F5FFFA !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
怎么使用呢,有案例吗?