aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/routes
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-09-14 20:50:47 +0200
committerIlion Beyst <ilion.beyst@gmail.com>2022-09-14 20:50:47 +0200
commit1a5755f0a3aa239f2eb64ed2cb065254e560f0c4 (patch)
tree402e4ac9c3d784201929c1915fb3216c52a0d878 /web/pw-server/src/routes
parent3eedbc0b855f468804ddc4e6ef6f207200550022 (diff)
downloadplanetwars.dev-1a5755f0a3aa239f2eb64ed2cb065254e560f0c4.tar.xz
planetwars.dev-1a5755f0a3aa239f2eb64ed2cb065254e560f0c4.zip
add basic markdown document styling
Diffstat (limited to 'web/pw-server/src/routes')
-rw-r--r--web/pw-server/src/routes/docs/doc.svelte8
1 files changed, 2 insertions, 6 deletions
diff --git a/web/pw-server/src/routes/docs/doc.svelte b/web/pw-server/src/routes/docs/doc.svelte
index ed08270..5b2c686 100644
--- a/web/pw-server/src/routes/docs/doc.svelte
+++ b/web/pw-server/src/routes/docs/doc.svelte
@@ -1,15 +1,11 @@
-<div class="container">
+<div class="container markdown-body">
<slot />
</div>
-<style scoped lang="scss">
+<style lang="scss">
@use "src/styles/variables";
.container {
max-width: 800px;
- color: rgb(36, 41, 47);
}
- .container a {
- color: variables.$blue-primary;
- }
</style>