have specific styles @import the base styles
this clarifies the value of what was formerly "style.css" a bit, and also opens the door for potential styles that don't inherit the base styling at all
This commit is contained in:
parent
d89fd151ca
commit
06d948a709
@ -1,3 +1,5 @@
|
||||
@import '/static/css/base.css';
|
||||
|
||||
html {
|
||||
color: #CCC;
|
||||
}
|
||||
|
@ -1,3 +1,5 @@
|
||||
@import '/static/css/base.css';
|
||||
|
||||
html {
|
||||
color: #222;
|
||||
}
|
||||
|
@ -7,7 +7,6 @@
|
||||
<meta property="og:url" content="{{ base_url }}">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename=user_style) }}">
|
||||
<link rel="icon" href="{% if config.FAVICON %}{{ config.FAVICON }}{% else %}{{ url_for('static', filename='img/favicon.png') }}{% endif %}">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user