remotes/1693045480750635534/spooky-22
Aevann1 2022-03-22 06:19:15 +02:00
parent f0e6fb15d9
commit 9d6787de7b
2 changed files with 9 additions and 2 deletions

View File

@ -14,7 +14,13 @@
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<style>
:root{
--primary:#{{v.themecolor}};
--primary55:#{{v.themecolor}}55;
}
</style>
<link rel="stylesheet" href="/static/assets/css/main.css?v=186"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=30">
{% if v.agendaposter %}
<style>

View File

@ -78,7 +78,8 @@
}
.chat-mention {
background-color: var(--primary);
background-color: var(--primary55);
border-radius: 10px;
}
</style>