feat: added "powered by" info to 3rd party powered features

This commit is contained in:
Xiaohan-Tian
2026-04-17 18:02:08 -07:00
parent 7d10d37b4f
commit 5ca1358795
2 changed files with 32 additions and 0 deletions
+20
View File
@@ -129,6 +129,26 @@
font-weight: 600;
}
.kgone-powered-by {
color: #666;
font-size: 10px;
text-align: center;
margin-top: 12px;
padding-top: 8px;
border-top: 1px solid #333;
}
.kgone-powered-by a {
color: #888;
text-decoration: none;
font-weight: 600;
}
.kgone-powered-by a:hover {
color: #aaa;
text-decoration: underline;
}
/* Two-column row (e.g. note + scale) */
.kgone-row {
display: flex;