diff options
author | stderr64 <linuxwizard@voidnet.dy.fi> | 2024-01-26 22:25:11 +0200 |
---|---|---|
committer | stderr64 <linuxwizard@voidnet.dy.fi> | 2024-01-26 22:25:11 +0200 |
commit | da647730159f3ee55624a75d25ef241c0be3b343 (patch) | |
tree | 2e17fd1c6ebaed08cc30431f0b2b5ba03cc70c1f /css | |
parent | 0c06482ee8c2c4357ae567eed773820acc57f093 (diff) | |
download | VoidNet_New-da647730159f3ee55624a75d25ef241c0be3b343.tar.gz VoidNet_New-da647730159f3ee55624a75d25ef241c0be3b343.tar.zst |
Changed page top part color from black to red gradient to from black to orange
Diffstat (limited to 'css')
-rw-r--r-- | css/voidnet.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/voidnet.css b/css/voidnet.css index 79b4693..e07eadf 100644 --- a/css/voidnet.css +++ b/css/voidnet.css @@ -40,7 +40,7 @@ body{ .page_header_background{ width: 99%; top: 10px; - background: linear-gradient(180deg, #000000, #770000); + background: linear-gradient(180deg, #000000, #FF9900); position: relative; border-radius: 10px; height: 185px; |