Merge pull request #3412 from InspectorCaracal/webclient-custom-css

Add an option for custom style overrides to the webclient
This commit is contained in:
Griatch 2024-01-28 15:19:49 +01:00 committed by GitHub
commit 9c8b9aa22e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 -->