diff options
author | Noah <mounderfod@gmail.com> | 2023-08-30 15:24:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 15:24:26 +0100 |
commit | 7ec9c08a74399b4802866ce51402fd5acb20071f (patch) | |
tree | 9380898be5b79179825911fc67637cf1dd820cc9 | |
parent | 793d506613771c463a5772d45ff4a5bdb51a8b33 (diff) | |
download | website-7ec9c08a74399b4802866ce51402fd5acb20071f.tar.gz |
Update index.css
-rw-r--r-- | assets/index.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/index.css b/assets/index.css index 971615f..69dc5ed 100644 --- a/assets/index.css +++ b/assets/index.css @@ -24,6 +24,11 @@ h2>a::before { content: '> '; } +.project { + border: 1px solid orange; + padding: 1em; +} + p, h1, h2, |