aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/index.css
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-28 17:47:52 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-28 17:47:52 +0800
commit933eba7dc3bdc979fefadd47388b20b8360e1d6b (patch)
tree9b88908d88a025aaaa1d70306afde8e49fedab27 /src/css/index.css
parent5a64dfc8bb8169e72b7c1164f18c6912e9e3576e (diff)
style: prettier
Diffstat (limited to 'src/css/index.css')
-rw-r--r--src/css/index.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/index.css b/src/css/index.css
index 194ca9c..a17ecce 100644
--- a/src/css/index.css
+++ b/src/css/index.css
@@ -65,7 +65,7 @@ body {
65 padding-inline: 0; 65 padding-inline: 0;
66 66
67 font-family: monospace; 67 font-family: monospace;
68 font-size: 1.0rem; 68 font-size: 1rem;
69 69
70 &.focus { 70 &.focus {
71 border: var(--content-focus-border); 71 border: var(--content-focus-border);
@@ -158,7 +158,7 @@ body {
158 text-overflow: ellipsis; 158 text-overflow: ellipsis;
159 159
160 ::before { 160 ::before {
161 width: 2rem 161 width: 2rem;
162 } 162 }
163 } 163 }
164} 164}