Skip to content

Commit 0588e25

Browse files
committed
add powered by tip
1 parent ac153ad commit 0588e25

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

src/main/resources/static/qa-bot.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,23 @@
9595
transform: rotate(360deg);
9696
}
9797
}
98+
99+
#qa-bot-powered-by {
100+
font-size: 12px;
101+
margin-top: 10px;
102+
text-align: center;
103+
}
104+
105+
#qa-bot-powered-by a {
106+
color: #777;
107+
text-decoration: none;
108+
}
109+
110+
#qa-bot-powered-by a:hover {
111+
text-decoration: underline;
112+
}
113+
114+
#qa-bot-powered-by svg {
115+
vertical-align: middle;
116+
margin-right: 5px;
117+
}

0 commit comments

Comments
 (0)