summary refs log tree commit diff homepage
path: root/static/archive.css
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-06-28 02:02:17 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-06-28 02:02:17 +0900
commit4fa6f1621b406ce58b91a4ae9a58b392d78b7008 (patch)
treecdf18a6881b65e57e5a57af443cf5bc54aab806e /static/archive.css
parentb2195e98804c404e80a5cc4e649d4e59f0d40be7 (diff)
downloadphylactery-4fa6f1621b406ce58b91a4ae9a58b392d78b7008.tar.gz
Abstract template and style
Diffstat (limited to 'static/archive.css')
-rw-r--r--static/archive.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/static/archive.css b/static/archive.css
index 7bd1c47..628461e 100644
--- a/static/archive.css
+++ b/static/archive.css
@@ -1,5 +1,3 @@
-body { margin: 0 }
-
 nav {
     display: flex;
     justify-content: space-around;
@@ -7,10 +5,8 @@ nav {
     top: 0;
 }
 nav > a {
-    color: white;
     flex: 1;
     text-align: center;
-    text-decoration: none;
 }
 nav > a:hover { font-weight: bold }
 #prev { background-color: #a40000 }