nextcloud_login: Remove unused assets stuff

This commit is contained in:
Lennart
2025-02-10 17:06:32 +01:00
parent 01049bad18
commit 9ff04f3bbb
4 changed files with 0 additions and 124 deletions

View File

@@ -1,7 +0,0 @@
body {
font-family: sans-serif;
}
* {
box-sizing: border-box;
}

View File

@@ -5,7 +5,6 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}RustiCal{% endblock %}</title>
<link rel="stylesheet" href="/frontend/assets/style.css" />
{% block imports %}{% endblock %}
</head>