diff --git a/custom.css b/custom.css index a63231e..731d409 100644 --- a/custom.css +++ b/custom.css @@ -7,11 +7,11 @@ */ .rgba-gradient { - background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7) 100%); + background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7) 100%); } .rgba-gradient:hover { - background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8) 100%); + background: -webkit-linear-gradient(45deg, rgba(40, 30, 0, 0.6), rgba(127, 108, 0, 0.3) 100%); } .card { @@ -35,10 +35,16 @@ input { } .black-background {background-color:#ffffff;} -.white {color:#000000;} +.white {color:#ffffff;} +.black {color:#000000;} .about white { color: white; font-size: 14px; } + +.a { + text-decoration:none; + color:red; +} diff --git a/generate_divs.py b/generate_divs.py index 55f5779..348f979 100644 --- a/generate_divs.py +++ b/generate_divs.py @@ -20,7 +20,7 @@ def generate_div(data):