Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/027xiguapi/code-box
/ TagBtnStyle
Function
TagBtnStyle
component/tagBtn/style.ts:1–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
export
default
function
TagBtnStyle() {
2
const
style = document.createElement(
"style"
)
3
style.textContent = `
4
.codebox-tagBtn .btn:hover {
5
color: #fff;
6
background: #1e80ff;
7
border-radius: 3px;
8
}
9
`
10
return
style
11
}
Callers
7
getStyle
Function · 0.85
getStyle
Function · 0.85
getStyle
Function · 0.85
getStyle
Function · 0.85
getStyle
Function · 0.85
getStyle
Function · 0.85
getStyle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected