aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/style.css
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-18 23:45:07 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-18 23:52:49 +0800
commit95d295f472309fee903720276dff864f12858bc6 (patch)
tree165e474299fe63ebd05c6ae9b1401d64cb49ea7b /src/css/style.css
parent4cf84d2fe96c004fef3b508ce344885db74917e2 (diff)
feat: improve CSS for draggable block
Diffstat (limited to 'src/css/style.css')
-rw-r--r--src/css/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/css/style.css b/src/css/style.css
index 83b8045..ca53403 100644
--- a/src/css/style.css
+++ b/src/css/style.css
@@ -111,3 +111,11 @@ img {
111 max-width: 100%; 111 max-width: 100%;
112 height: auto; 112 height: auto;
113} 113}
114
115/* TODO */
116blockquote {
117 color: gray;
118 font-size: 1.2rem;
119 font-style: italic;
120 text-align: center;
121}