diff options
author | Marvin Borner | 2018-10-12 21:22:28 +0200 |
---|---|---|
committer | Marvin Borner | 2018-10-12 21:22:28 +0200 |
commit | 1de1a2ab89b45cfb0ff4702d8a6f00c2ff6b4896 (patch) | |
tree | 4424e1845b3cc2f52e5ecc2ccdbd62b276637535 /assets/css | |
parent | ee28f558513e4d4aa3e92ed5ff4a7ffaafade920 (diff) |
Changed wallpapers to own collection :lipstick:
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index bab75d5..27a2d4b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -22,12 +22,13 @@ body { justify-content: center; align-items: center; overflow: hidden; - background: url("../images/bg.jpg") no-repeat; + background-color: #263238; background-size: cover } .typewriter h1 { display: none; + text-shadow: 2px 2px 5px #263238; overflow: hidden; border-right: .15em solid white; white-space: nowrap; |