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.css | |
parent | 2cff39c15ffb512f87ed5f8a2f71603e9ff2d4c7 (diff) | |
download | blog-40f57ed72a601d8489a180f3bd9acd5e6c20d323.tar.gz |
Update theme
Diffstat (limited to 'assets/css/custom.css')
-rw-r--r-- | assets/css/custom.css | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css deleted file mode 100644 index 9388906..0000000 --- a/assets/css/custom.css +++ /dev/null @@ -1,26 +0,0 @@ -.no-prefix::before { - content: ""; -} - -.webring article { - border: 1px solid var(--color); - margin: 0.5rem 0; - padding: 0.5rem; -} - -.webring article h3 { - margin-top: 0; - padding-top: 0; -} - -pre, code { - font-family: monospace, monospace; -} - -.homepage::after { - content: " 🏠"; -} - -.feed ol { - list-style-type: none; -} |