1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-25 10:51:22 +02:00

[core] Support for bridge maintainers' donation URLs (#2102)

This commit is contained in:
Bockiii
2021-06-25 21:45:25 +02:00
committed by GitHub
parent 5598fef3cf
commit ecaae735d9
10 changed files with 61 additions and 3 deletions

View File

@@ -96,6 +96,13 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
button:hover {
background: #49afff;
}
button.highlight {
background: #ff6600;
}
button.highlight:hover {
background: #ff8a3b;
}
@media screen and (max-width: 767px) {