Skip to content

Commit

Permalink
fix: removed in file style
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerakin committed Feb 19, 2024
1 parent 297c726 commit 3594a34
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions templates/list_files.html
Original file line number Diff line number Diff line change
@@ -1,37 +1,4 @@
{% extends 'base.html' %}
{% block head %}
<style>
ul#list {
list-style: none;
padding: 0px
}

ul#list li {
margin: 5px;
padding-left: 15px;
border-left-style: solid;
}

ul#list li:hover {

{% if system.darktheme%}
background: #3f4448;
{%else%}
background: #ECECEC;
{%endif%}
}

ul#list li a {
font-size: 1.2em;

{% if system.darktheme%}
color: whitesmoke;
{%else%}
color: #222326;
{%endif%}
}
</style>
{% endblock %}

{% block content %}
<a class="link-dark text-decoration-none float-end" href="/toggle-sorting">Sort ({% if system.listsortMTime %}last modified{% else %}a-z{% endif%})</a>
Expand Down

0 comments on commit 3594a34

Please sign in to comment.