diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-26 15:31:52 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-26 15:31:52 -0500 |
| commit | bbdb0b26a22082ef9b47c74a5ffd36cfd9dd38e4 (patch) | |
| tree | 051791bef1bb7601fdc196257d83b39eb389ae67 /style.css | |
| parent | 9a74102d338bdbde9b51cf17a5b90e08dd9865c8 (diff) | |
| download | personal-website-bbdb0b26a22082ef9b47c74a5ffd36cfd9dd38e4.tar.gz personal-website-bbdb0b26a22082ef9b47c74a5ffd36cfd9dd38e4.tar.bz2 personal-website-bbdb0b26a22082ef9b47c74a5ffd36cfd9dd38e4.zip | |
New font, changed the navigator text and soon changing the theme!
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +/* + Legacy Silicon Theme + Made by ServerLion and Alee +*/ .container { width: 95%; margin: auto; @@ -35,7 +39,7 @@ } body { - font-family: 'Roboto', sans-serif; + font-family: 'Play', sans-serif; padding: 0; margin: 0; background: #333; |
