diff --git a/RuralComputing/index.html b/RuralComputing/index.html index 2d779b9..a01019f 100644 --- a/RuralComputing/index.html +++ b/RuralComputing/index.html @@ -15,7 +15,7 @@ color: #206420} .ext{ - border-bottom-color: #206420} + border-bottom-color: rgb(251,101,75);} #wrapper{ background-image: url('./cav.jpg'); @@ -25,10 +25,10 @@ background-size: cover; } a{ - border-bottom: #206420;background: linear-gradient(to bottom, #206420 0, #green 100%);} + border-bottom: rgb(251,101,75);} #about-student{ - color: #206420} + color: rgb(251,101,75);} #getback:hover{ filter: blur(5px) @@ -38,7 +38,8 @@ font-size: 40%} a:hover{ - background-color: green} + background-color: rgb(251,101,75);; + color: white;}