diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-04-23 01:19:27 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-04-23 01:19:27 +0700 |
commit | 40f57ed72a601d8489a180f3bd9acd5e6c20d323 (patch) | |
tree | 6dd84fffd42e809f5123333deb8bb1a366a97cfc /assets/css/custom.scss | |
parent | 2cff39c15ffb512f87ed5f8a2f71603e9ff2d4c7 (diff) | |
download | blog-40f57ed72a601d8489a180f3bd9acd5e6c20d323.tar.gz |
Update theme
Diffstat (limited to 'assets/css/custom.scss')
-rw-r--r-- | assets/css/custom.scss | 47 |
1 files changed, 0 insertions, 47 deletions
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; - } -} |