diff --git a/public/about.css b/public/about.css index 9a537e0..a35a5d0 100644 --- a/public/about.css +++ b/public/about.css @@ -20,6 +20,12 @@ position: relative; padding-top: 20px; } +.card { + background-color: rgb(208, 208, 208); +} +.card-body { + background-color: rgb(242, 242, 242); +} .rounder { border-radius: 20px !important; } @@ -29,6 +35,15 @@ position: relative; width: 70%; } +.links { + padding: 10px; +} +.links a { + text-decoration: none; +} +.link-ico { + width: 40px; +} .plink { color: rgb(250, 152, 33); } \ No newline at end of file diff --git a/public/about.html b/public/about.html index cfcaea9..680a3b8 100644 --- a/public/about.html +++ b/public/about.html @@ -18,7 +18,7 @@