diff --git a/index.html b/index.html index ad3878e..25d31b0 100644 --- a/index.html +++ b/index.html @@ -53,6 +53,12 @@ LinkedIn logo +
  • + + Lichess logo + +
  • + diff --git a/static/lichess.svg b/static/lichess.svg new file mode 100644 index 0000000..e332257 --- /dev/null +++ b/static/lichess.svg @@ -0,0 +1,4 @@ + + + diff --git a/style.css b/style.css index 2b86f00..5d73f2e 100644 --- a/style.css +++ b/style.css @@ -51,6 +51,11 @@ div.center { filter: invert(1.0); } +.whitebg { + border-radius: 20%; + background: whitesmoke; +} + a { text-decoration: none; }