Upload of projects and themes

This commit is contained in:
2026-02-17 18:14:44 +00:00
parent 00ee2e1ee1
commit c7730b9da4
302 changed files with 24019 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "56b9c71a39a12ae1faf52159e01b24afb9f2a66e02c4bfa5f994d2cf0316bfa4",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:01Z"
}
}
}

View File

@@ -0,0 +1,21 @@
{
"base": {
"style": {
"borderColor": "var(--call-to-action)",
"borderStyle": "solid",
"borderWidth": "2px",
"color": "var(--call-to-action)"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"borderColor": "var(--call-to-action-hover)",
"borderStyle": "solid",
"borderWidth": "2px",
"color": "var(--call-to-action-hover)"
}
}
]
}