Merge branch 'master' into eslint-dht-import

This commit is contained in:
Ulf Gebhardt 2023-06-27 12:18:27 +02:00 committed by GitHub
commit e036a2a400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,3 +166,9 @@ export default {
},
}
</script>
<style>
.btn-warning {
background-color: #e1a908;
border-color: #e1a908;
}
</style>