From 40f57ed72a601d8489a180f3bd9acd5e6c20d323 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Tue, 23 Apr 2024 01:19:27 +0700 Subject: Update theme --- assets/css/custom.scss | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 assets/css/custom.scss (limited to 'assets/css/custom.scss') diff --git a/assets/css/custom.scss b/assets/css/custom.scss deleted file mode 100644 index 3fd60cb..0000000 --- a/assets/css/custom.scss +++ /dev/null @@ -1,47 +0,0 @@ ---- ---- - -body { - font-family: serif; -} - -.post-content { - h1 { - font-size: 2rem; - } - h2 { - font-size: 1.5rem; - } -} - -.webring { - max-width: 1000px; - margin-left: auto; - margin-right: auto; - margin-bottom: 1rem; - padding: 1rem; - .attribution { - float: right; - font-size: .8rem; - line-height: 3; - } - - .footer-col.article { - padding: 0.5rem; - - margin: 0 0.5rem; - border: 0.01rem solid #333; - @media(max-width: 640px) { - margin: 0.5rem 0; - } - } -} - -dl { - dt { - font-weight: bold; - } - dd { - text-indent: 1em; - } -} -- cgit 1.4.1