mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
custom webclient style overrides
This commit is contained in:
parent
1aff06d73c
commit
25e60e007d
2 changed files with 6 additions and 0 deletions
0
evennia/web/static/webclient/css/custom.css
Normal file
0
evennia/web/static/webclient/css/custom.css
Normal 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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue