diff options
Diffstat (limited to 'alphabetlearning/static/css/project.css')
-rw-r--r-- | alphabetlearning/static/css/project.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/alphabetlearning/static/css/project.css b/alphabetlearning/static/css/project.css index ad1d465..102d9c9 100644 --- a/alphabetlearning/static/css/project.css +++ b/alphabetlearning/static/css/project.css @@ -1,5 +1,6 @@ :root { - --link-colour: rgb(64, 21, 92); + /* --link-colour: rgb(64, 21, 92); */ + --link-colour: darkslategray; --dark-gray: #4c4c4c; } @@ -16,8 +17,8 @@ font-family: "Noto Sans", sans-serif; font-size: 2.2em; font-optical-sizing: auto; - font-weight: 800; /* bold */ - font-style: italic; + font-weight: 700; /* bold */ + font-style: normal; margin: 1.2em 0.5em 1.6em; font-variation-settings: "wdth" 100; @@ -73,6 +74,7 @@ main { } body { + background-color: wheat; line-height: 1.5; color: #34495E; overflow-y: scroll; @@ -108,6 +110,7 @@ nav > div > ul > li { } .featured-card { + background-color: white; border: solid; border-width: 2px; border-radius: 5px; @@ -176,7 +179,8 @@ nav > div > ul > li { } .standard-card { - border: 1px solid lightgray; + background-color: white; + border: 2px solid lightgray; border-radius: 5px; padding: 10px; /* height: 560px; */ |