From 1bd66be54f7e81b7e14f098ca76cae886ad02e98 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sun, 4 Dec 2022 16:43:34 -0800 Subject: [PATCH] move body style to stylesheet, remove button borders Signed-off-by: Arthur Lu --- contact.html | 2 +- index.html | 2 +- style.css | 9 +++++---- 3 files changed, 7 insertions(+), 6 deletions(-) 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 {