diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 87174b6..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/public/ diff --git a/config.toml b/config.toml index b0e9cfa..153a58e 100644 --- a/config.toml +++ b/config.toml @@ -14,4 +14,4 @@ highlight_code = false [extra] # Put all your custom variables here -name = { first = "john", last = "doe" } +#name = { first = "Allen", last = "Wolf" } diff --git a/static/style.css b/static/style.css index 9ca0c0f..e69d6c3 100644 --- a/static/style.css +++ b/static/style.css @@ -288,4 +288,18 @@ body::-webkit-scrollbar { border-color: white; background-color: var(--light-purple); color: white; +} + +#roles a { + color: var(--light-purple); +} + +.card a { + color: var(--light-purple); +} + +.white_filter { + -webkit-filter: brightness(0) invert(1); + filter: brightness(0) invert(1); + transition: filter 0.3s ease; } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index f6d3765..ed70018 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,8 +20,12 @@
{% block content %}{% endblock -%} + +