Improve link styles

This commit is contained in:
Chocobozzz 2020-08-21 15:17:45 +02:00
parent e7ee7c6d6c
commit cb866ff031
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
4 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1 @@
dist/

View File

@ -0,0 +1,3 @@
.vjs-overlay a {
color: #210cbf;
}

View File

@ -1,6 +1,6 @@
async function register ({ registerVideoField, peertubeHelpers }) {
const fieldName = 'player-annotations'
const descriptionSource = 'See <a href="https://cpy.re" target="_blank">this document</a> for annotation format'
const descriptionSource = 'See <a href="https://framagit.org/framasoft/peertube/official-plugins/-/blob/master/peertube-plugin-video-annotation/README.md" target="_blank">this document</a> for annotation format'
const descriptionHTML = await peertubeHelpers.translate(descriptionSource)
const commonOptions = {

View File

@ -1,3 +1,3 @@
{
"Hello world": "Hello le monde"
"Voir <a href=\"https://framagit.org/framasoft/peertube/official-plugins/-/blob/master/peertube-plugin-video-annotation/README.md\" target=\"_blank\">this document</a> for annotation format": "See <a href=\"https://framagit.org/framasoft/peertube/official-plugins/-/blob/master/peertube-plugin-video-annotation/README.md\" target=\"_blank\">ce document</a> pour le format d'annotation"
}