diff options
Diffstat (limited to 'web/pw-server/src/routes/docs/doc.svelte')
-rw-r--r-- | web/pw-server/src/routes/docs/doc.svelte | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/pw-server/src/routes/docs/doc.svelte b/web/pw-server/src/routes/docs/doc.svelte index 00431b3..ed08270 100644 --- a/web/pw-server/src/routes/docs/doc.svelte +++ b/web/pw-server/src/routes/docs/doc.svelte @@ -3,7 +3,13 @@ </div> <style scoped lang="scss"> + @use "src/styles/variables"; .container { max-width: 800px; + color: rgb(36, 41, 47); + } + + .container a { + color: variables.$blue-primary; } </style> |