diff --git a/web/pandas/_templates/layout.html b/web/pandas/_templates/layout.html index c26b093b0c4ba..75ae0176633f2 100644 --- a/web/pandas/_templates/layout.html +++ b/web/pandas/_templates/layout.html @@ -61,35 +61,8 @@ diff --git a/web/pandas/static/css/pandas.css b/web/pandas/static/css/pandas.css index ec9a4bd502dd1..f1a5e1f02fb60 100644 --- a/web/pandas/static/css/pandas.css +++ b/web/pandas/static/css/pandas.css @@ -103,3 +103,21 @@ blockquote { color: #787878; font-size: 18px; } +footer { + margin-top: 2rem; + padding-bottom: 1rem; +} + +footer p { + color: #666; + font-size: 0.9rem; +} + +footer a { + color: #130654; + text-decoration: none; +} + +footer a:hover { + text-decoration: underline; +}