custom webclient style overrides

This commit is contained in:
InspectorCaracal 2024-01-16 18:03:19 -07:00
parent 1aff06d73c
commit 25e60e007d
2 changed files with 6 additions and 0 deletions

View file

@ -19,6 +19,12 @@ JQuery available.
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link rel='stylesheet' type="text/css" media="screen" href={% static "webclient/css/webclient.css" %}>
{% comment %}
Allows for loading custom styles without overriding the base site stylesheet
{% endcomment %}
<!-- Custom CSS -->
<link rel='stylesheet' type="text/css" media="screen" href={% static "webclient/css/custom.css" %}>
<link rel="icon" type="image/x-icon" href="/static/website/images/evennia_logo.png" />
<!-- Import JQuery and warn if there is a problem -->