diff --git a/css/brands.css b/css/brands.css index 985e6ec..ee4e481 100644 --- a/css/brands.css +++ b/css/brands.css @@ -44,7 +44,9 @@ button { white-space: wrap; border-radius: 0px; cursor: pointer; + filter: opacity(0.7); } + button:hover, .button:focus { color: #333; @@ -266,6 +268,7 @@ button:hover, .button.button-instagram { color: #ffffff; background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000); + } .button.button-instagram:hover, .button.button-instagram:focus { diff --git a/css/skeleton-dark.css b/css/skeleton-dark.css index 3304018..43cd925 100644 --- a/css/skeleton-dark.css +++ b/css/skeleton-dark.css @@ -218,4 +218,31 @@ a super wide horizontal logo centered in the screen with minimal padding margin: 0 auto; padding: 0 20px; box-sizing: border-box; +} + +/* + special hyperlink style for creators' names +*/ +.creator-name { + font-weight: bold; + text-decoration: none; + color:aqua; + filter: grayscale(0.5); +} + +.creator-name:hover { + font-weight: bold; + text-decoration: none; + filter: grayscale(0); +} + + +/* + small text for copyright notice +*/ +.copyright { + font-size: 12px; + color: #999; + text-align: center; + margin-top: 1rem; } \ No newline at end of file diff --git a/index.html b/index.html index e50f77d..f49d904 100644 --- a/index.html +++ b/index.html @@ -71,10 +71,10 @@ -
MIT was founded in 1861. But our story begins in 1941. December 7th, 1941.
+A feature-length documentary. MIT was founded in 1861. But our story begins in 1941. December 7th, 1941.
©2022 REGRESSIONS, a registered 501(c)(3)
-Created by Wes and Luke. +
©2022 REGRESSIONS, a registered 501(c)(3)