summary refs log tree commit diff stats
path: root/lovely/style.css
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-12 18:45:07 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-12 18:45:07 +0800
commit5bc65f72546e30e3f75a496f43df19d73ef88efd (patch)
tree3a5dbd6747b086bca848c64b9b63e7375b22cdb0 /lovely/style.css
parent5e729718b8f9ee7fd0fad6c616ffecba49162dfc (diff)
downloadwww-5bc65f72546e30e3f75a496f43df19d73ef88efd.tar.gz
gray border
Diffstat (limited to 'lovely/style.css')
-rw-r--r--lovely/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/lovely/style.css b/lovely/style.css
index 9c08015..5d818ea 100644
--- a/lovely/style.css
+++ b/lovely/style.css
@@ -15,6 +15,7 @@ body, div, p, h1, h2, h3, h4, h5, h6, ul, ol{
 	animation-name: rotate;
 	animation-iteration-count: 1;
 	animation-duration: 3s;
+	border: 2px dotted gray;
 }
 body:hover, div:hover, p:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, li:hover {
 	perspective: 500px;