forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-24 22:22:04 +02:00
parent 8b25bd49d1
commit a6ecb9be19
2 changed files with 2 additions and 7 deletions

View File

@ -42,7 +42,7 @@
}
.chat-mention {
background-color: var(--primary55);
background-color: #{{v.themecolor}}55;
border-radius: 5px;
}

View File

@ -6,12 +6,7 @@
<script src="/static/assets/js/bootstrap.js?v=245"></script>
{% if v %}
<style>
:root{
--primary:#{{v.themecolor}};
--primary55:#{{v.themecolor}}55;
}
</style>
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/static/assets/css/main.css?v=188">
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=30">
{% if v.agendaposter %}