diff options
author | Indrajith K L | 2024-10-21 01:36:47 +0530 |
---|---|---|
committer | Indrajith K L | 2024-10-21 01:36:47 +0530 |
commit | 19ddc5cef17bac98427880b49197be244899ac7f (patch) | |
tree | 2ab6f04258896cc1b2800a2470e53a363e525a16 /public | |
parent | be3490d126276236c5a9c7f15bcda8d8e44c3a5e (diff) | |
download | indrajith-dev-crystal-19ddc5cef17bac98427880b49197be244899ac7f.tar.gz indrajith-dev-crystal-19ddc5cef17bac98427880b49197be244899ac7f.tar.bz2 indrajith-dev-crystal-19ddc5cef17bac98427880b49197be244899ac7f.zip |
* Font Changes
* Header Logo Image removed
Diffstat (limited to 'public')
-rw-r--r-- | public/css/styles.css | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/public/css/styles.css b/public/css/styles.css index f40e376..365276a 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -15,15 +15,14 @@ body { } body { - /* font-family: Verdana; */ - font-family: "Lato", sans-serif; + font-family: "Space Mono", monospace; font-weight: 400; font-style: normal; font-size: 15px; max-width: 900px; margin: auto; - background: #ffffd6; - background-image: var(--body-bg-image); + background: #e6e9ea; + /* background-image: var(--body-bg-image); */ } p { @@ -79,13 +78,8 @@ footer ul>li>p { margin-block-start: unset; } -.logo-container { - padding-top: 10px; -} - .logo { text-decoration: none; - font-size: 220%; color: #000000; } |