diff --git a/index.css b/index.css index 4a0622e..b9b1557 100644 --- a/index.css +++ b/index.css @@ -1,7 +1,8 @@ :root { --primary-color: #feb938; --secondary-color: #a3741d; - --card-bg-color: #050505; + --background-color: #000000; + --card-bg-color: #080808; } * { @@ -29,7 +30,7 @@ } body { - background: linear-gradient(0deg, #00020F 0%, #030416 50%, #020322 100%) no-repeat center fixed; + background: var(--background-color); color: var(--primary-color); text-shadow: 1px 1px 10px var(--primary-color); display: flex; @@ -77,6 +78,5 @@ a:hover { color: var(--primary-color); text-shadow: 1px 1px 10px var(--primary-c .list li { margin-top: 8px; } @media only screen and (max-width: 600px) { - .card { border: none; box-shadow: none; background: none; } .card img { width: 150px; height: auto; } } diff --git a/index.html b/index.html index 679bcb1..1181cb9 100644 --- a/index.html +++ b/index.html @@ -14,8 +14,8 @@

amolinae's website

-

What you see is what you get.

-
+

Here are some links

+
[ Dotfiles ]