diff --git a/ffplayout/frontend/layouts/default.vue b/ffplayout/frontend/layouts/default.vue index 314afc77..b9fc9c45 100644 --- a/ffplayout/frontend/layouts/default.vue +++ b/ffplayout/frontend/layouts/default.vue @@ -8,6 +8,7 @@ html, body { font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; + color: #c4c4c4; font-size: 15px; word-spacing: 1px; -ms-text-size-adjust: 100%; @@ -19,4 +20,8 @@ html, body { padding: 0; margin: 0; } + +a { + color: #c4c4c4; +}