diff options
Diffstat (limited to 'assets/css/style.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; |