From aee8c4cabc17947c94bd4b931679d0a5a8da37f4 Mon Sep 17 00:00:00 2001 From: sD Date: Thu, 27 Feb 2020 20:07:28 +0100 Subject: make the borders more cyber --- webAO/styles/cyber.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'webAO/styles/cyber.css') diff --git a/webAO/styles/cyber.css b/webAO/styles/cyber.css index 6a303d3..644e143 100644 --- a/webAO/styles/cyber.css +++ b/webAO/styles/cyber.css @@ -94,10 +94,9 @@ img { animation: bg-scrolling 0.2s infinite linear; left: 0; top: 60.4%; - border-color: rgba(0, 255, 0, 0.5); - border-style: ridge groove groove ridge; - border-width: 0.2em; - border-radius: 0.2em; + border-color: green; + border-width: 0.2em; + border-style: solid; position: absolute; z-index: 1; } @@ -109,10 +108,9 @@ img { width: calc(100% - 0.275em); margin: auto; height: 31.25%; - border-color: rgba(0, 255, 0, 0.5); - border-style: ridge groove groove ridge; + border-color: green; + border-style: solid; border-width: 0.15em; - border-radius: 0.3em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFElEQVQImWNgYGDYjAVTV/A/w2YAfxQSe53wkNkAAAAASUVORK5CYII=) repeat; animation: bg-scrolling 0.2s infinite linear; top: 66.5%; -- cgit