This commit is contained in:
parent
203049b584
commit
8aa085c988
1
pynyaata/static/css/bulma-prefers-dark.css.map
Normal file
1
pynyaata/static/css/bulma-prefers-dark.css.map
Normal file
File diff suppressed because one or more lines are too long
1
pynyaata/static/css/bulma-prefers-dark.min.css
vendored
Normal file
1
pynyaata/static/css/bulma-prefers-dark.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -96,3 +96,9 @@ label.checkbox {
|
|||||||
.table.is-hoverable tbody tr:not(.is-selected):hover {
|
.table.is-hoverable tbody tr:not(.is-selected):hover {
|
||||||
background-color: #f1f1f1 !important;
|
background-color: #f1f1f1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
.table.is-hoverable tbody tr:not(.is-selected):hover {
|
||||||
|
background-color: #333 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
<title>PyNyaaTa - {% block title %}{% endblock %}</title>
|
<title>PyNyaaTa - {% block title %}{% endblock %}</title>
|
||||||
<link rel="icon" href="{{ url_for('static', filename='favicons/favicon.ico') }}">
|
<link rel="icon" href="{{ url_for('static', filename='favicons/favicon.ico') }}">
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/bulma.min.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/bulma.min.css') }}">
|
||||||
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/bulma-prefers-dark.min.css') }}">
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/bulma-tooltip.min.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/bulma-tooltip.min.css') }}">
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/font-awesome.min.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/font-awesome.min.css') }}">
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
|
||||||
|
Reference in New Issue
Block a user