diff --git a/download/css/style.css b/download/css/style.css index 48bc5a9..a95158e 100755 --- a/download/css/style.css +++ b/download/css/style.css @@ -80,7 +80,7 @@ header .logo a { padding: 19px 21px; -webkit-transition: all .3s; transition: all .3s; - min-width: 280px; + min-width: 200px; } .downloadarea .button { @@ -115,6 +115,20 @@ header .logo a { color: #506aea; } +.downloadarea .button.linux a { + display: inline-block; + text-align: center; + border: 1px solid #e37c3b; + background: #e37c3b; + color: #fff; +} + +.downloadarea .button.linux a:hover { + border: 1px solid #506aea; + background: #fff; + color: #506aea; +} + .returnarea { margin-top: 80px; text-align: center; diff --git a/download/opentoonz.html b/download/opentoonz.html index ed9de27..482f639 100755 --- a/download/opentoonz.html +++ b/download/opentoonz.html @@ -98,6 +98,9 @@