summaryrefslogtreecommitdiffhomepage
path: root/www/assets/style.css
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-07 19:29:53 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-07 19:29:53 +0800
commit391c4c53416dfbaf70f71da33fe42528042c4277 (patch)
tree19fbbb751363ff758cab9b2cf1ea738558809e2b /www/assets/style.css
parent78b32f8fa039192d7d66a04abaab58244af720d0 (diff)
improve CSS
Diffstat (limited to 'www/assets/style.css')
-rw-r--r--www/assets/style.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/www/assets/style.css b/www/assets/style.css
index 2752323..04bc72e 100644
--- a/www/assets/style.css
+++ b/www/assets/style.css
@@ -8,6 +8,16 @@ footer * {
8 display: inline; 8 display: inline;
9} 9}
10 10
11main {
12 h1 {
13 margin: auto auto;
14 width: fit-content;
15 }
16 h2 {
17 margin: 2.5rem 0 0 -0.7rem;
18 }
19}
20
11blockquote { 21blockquote {
12 color: gray; 22 color: gray;
13 font-size: 1.2rem; 23 font-size: 1.2rem;
@@ -16,7 +26,7 @@ blockquote {
16 text-align: center; 26 text-align: center;
17} 27}
18 28
19p code { 29:not(pre) > code {
20 margin-inline: 0.2rem; 30 margin-inline: 0.2rem;
21 padding-inline: 6px; 31 padding-inline: 6px;
22} 32}