diff options
-rwxr-xr-x | index.html | 2 | ||||
-rwxr-xr-x | styles.css | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -45,7 +45,7 @@ </figure> <article class="course-title-wrapper"> - <h3 style="font-size: 2rem; font-weight: normal">welcome to</h3> + <h3 class="course-name">welcome to</h3> <h1>csci 1300</h1> <h3 class="course-name">user interfaces and user experience</h3> </article> @@ -24,7 +24,8 @@ body { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; line-height: 1.5; background-color: rgb(30, 30, 30); - /*color: rgb(212, 212, 212);*/ + color: #303030; + font-weight: 300; } p { @@ -312,6 +313,7 @@ h1 { line-height: 1; margin: 10px 0 1rem 0; z-index: 5; + font-weight: 500; } |