summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-03-28 11:36:44 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-03-28 11:36:44 +0900
commit62f5ecd278e2fb75431d797f51f0c2bfd224ee3f (patch)
tree715e79e856d7d97d9e9a50d256ea5242278d9d38 /src
parentFix doc page (diff)
downloadsharkey-62f5ecd278e2fb75431d797f51f0c2bfd224ee3f.tar.gz
sharkey-62f5ecd278e2fb75431d797f51f0c2bfd224ee3f.tar.bz2
sharkey-62f5ecd278e2fb75431d797f51f0c2bfd224ee3f.zip
:art:
Diffstat (limited to 'src')
-rw-r--r--src/client/pages/doc.vue13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/client/pages/doc.vue b/src/client/pages/doc.vue
index c9eec4a6d8..7c4f7ebccf 100644
--- a/src/client/pages/doc.vue
+++ b/src/client/pages/doc.vue
@@ -127,6 +127,19 @@ export default Vue.extend({
color: var(--link);
}
+ ::v-deep blockquote {
+ display: block;
+ margin: 8px;
+ padding: 6px 0 6px 12px;
+ color: var(--fg);
+ border-left: solid 3px var(--fg);
+ opacity: 0.7;
+
+ p {
+ margin: 0;
+ }
+ }
+
::v-deep h2 {
font-size: 1.25em;
padding: 0 0 0.5em 0;