Replace Tor image button with proper font icon (#1470)

This commit is contained in:
Dawid Potocki
2019-11-06 23:04:34 +00:00
committed by GitHub
parent 61170b72f7
commit f4335e86dd
13 changed files with 85 additions and 15 deletions

View File

@ -99,6 +99,9 @@ img {
border-color: darken($danger, 10%);
}
.btn-tor { background: desaturate($tor, 10%); }
.btn-tor:hover { background: darken($tor, 5%); }
.card {
box-shadow: none !important;
}