diff options
| author | sD <stoned@derpymail.org> | 2020-02-27 20:07:28 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-27 20:07:28 +0100 |
| commit | aee8c4cabc17947c94bd4b931679d0a5a8da37f4 (patch) | |
| tree | e3518015111d835d34b7b6bca017700ac0178697 /webAO/styles | |
| parent | 5c745d1ee60e09fa04bd9558e10963b7c5705838 (diff) | |
make the borders more cyber
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/cyber.css | 12 |
1 files changed, 5 insertions, 7 deletions
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%; |
