diff --git "a/util/stylesheets.py" "b/util/stylesheets.py" --- "a/util/stylesheets.py" +++ "b/util/stylesheets.py" @@ -1,5 +1,5 @@ banner_image = """ -

🌍 Project Page | 📃 ArXiv Preprint | 🧑‍💻 Github Repository

""" +


🌍 Project Page | 📃 Paper | 🧑‍💻 Github

""" css = """ .sun { @@ -148,6 +148,22 @@ a { max-height: 100px } +.title-link:link { + color: #333333 +} + +.title-link:active { + color: #000000 +} + +.title-link:visited { + color: #666666 +} + +.title-link:hover { + color: #FF8A00 +} + .subtitle { text-align: center; }