diff --git a/.gitignore b/.gitignore index c6f515c..1af379d 100644 --- a/.gitignore +++ b/.gitignore @@ -166,4 +166,3 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ - diff --git a/base/static/css/main.css b/base/static/css/main.css index 0b47044..e8527d1 100644 --- a/base/static/css/main.css +++ b/base/static/css/main.css @@ -7,3 +7,11 @@ header .container { align-items: center; justify-content: space-between; } + +form a[role="button"] { + width: 100%; +} + +i.ri-vip-crown-fill { + color: var(--pico-color-amber-200); +} diff --git a/base/templates/base.html b/base/templates/base.html index 5d38174..49f52bf 100644 --- a/base/templates/base.html +++ b/base/templates/base.html @@ -1,36 +1,52 @@ {% load static %} -
- - -