mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
1519572961
move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the example templates. In order to grandfather in people who relied on the templates being in the old place, check for that situation and fall back to using the defaults if the templates directory does not exist.
8 lines
124 B
CSS
8 lines
124 B
CSS
.header {
|
|
border-bottom: 4px solid #e4f7ed ! important;
|
|
}
|
|
|
|
.notif_link a, .footer a {
|
|
color: #76CFA6 ! important;
|
|
}
|