remove: embed.css not needed anymore

This commit is contained in:
Yiannis Christodoulou 2025-09-29 00:12:33 +03:00
parent 7ae9eb21e7
commit 5139fa5755
2 changed files with 0 additions and 6 deletions

View File

@ -1 +0,0 @@
*{color:green !important}.video-js .vjs-tech{border-radius:12px}.video-js{border-radius:12px;overflow:hidden}.video-js .vjs-poster{border-radius:12px}.video-js .vjs-progress-holder{border-radius:4px}.video-js .vjs-play-progress,.video-js .vjs-load-progress{border-radius:4px}.video-js .vjs-volume-bar{border-radius:4px}

View File

@ -1,11 +1,6 @@
{% extends "root.html" %} {% extends "root.html" %}
{% load static %} {% load static %}
{% block topimports %}
<link href="{% static "css/embed.css" %}" rel="preload" as="style">
<link href="{% static "css/embed.css" %}" rel="stylesheet">
{%endblock topimports %}
{% block content %}<div id="page-embed"></div>{% endblock content %} {% block content %}<div id="page-embed"></div>{% endblock content %}
{% block bottomimports %} {% block bottomimports %}