diff --git a/contact.html b/contact.html index 4d79f7e..1824c34 100644 --- a/contact.html +++ b/contact.html @@ -6,7 +6,7 @@ tronnet - contact - +

tronnet

Affordable custom server solutions.

diff --git a/index.html b/index.html index 663185a..ea89ff2 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ tronnet - home - +

tronnet

Affordable custom server solutions.

diff --git a/style.css b/style.css index deb8ba1..2431052 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,7 @@ +body { + background-color:black; +} + .std-text { font-family: monospace; color: white; @@ -42,10 +46,7 @@ p { padding: 10px; /* Some padding */ margin: 0px 5px 0px 5px; cursor: pointer; /* Pointer/hand icon */ -} - -.btn-group button:not(:last-child) { - border-right: none; /* Prevent double borders */ + border: none; } .btn-group:after {