diff --git a/meta/icon_bitcoin.png b/meta/icon_bitcoin.png index 85e491b..8cc2e1d 100644 Binary files a/meta/icon_bitcoin.png and b/meta/icon_bitcoin.png differ diff --git a/style/main.css b/style/main.css index 41af5e1..568b1df 100644 --- a/style/main.css +++ b/style/main.css @@ -654,7 +654,7 @@ hr { line-height: 42px; cursor: pointer; } .btc-donate img { - vertical-align: -2px; + vertical-align: -4px; margin-right: 8px; } .btc-donate a { color: #f9f6f2; diff --git a/style/main.scss b/style/main.scss index 07090fd..0918d7a 100644 --- a/style/main.scss +++ b/style/main.scss @@ -500,7 +500,7 @@ hr { cursor: pointer; img { - vertical-align: -2px; + vertical-align: -4px; margin-right: 8px; } @@ -518,7 +518,7 @@ hr { width: 340px; right: 50%; margin-right: -170px; - + padding-bottom: 7px; top: -30px; @@ -537,7 +537,7 @@ hr { left: 50%; margin-left: -7px; } - + code { background-color: $game-container-background; padding: 10px 15px; @@ -548,7 +548,7 @@ hr { font-size: 15px; font-family: Consolas, "Liberation Mono", Courier, monospace; text-align: center; - + } }