Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/v3/list.css')
-rw-r--r--static/css/v3/list.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/static/css/v3/list.css b/static/css/v3/list.css
deleted file mode 100644
index 0ca4675..0000000
--- a/static/css/v3/list.css
+++ /dev/null
@@ -1,17 +0,0 @@
-html {
- scroll-behavior: smooth;
-}
-body {
- font-family: "Roboto", sans-serif;
- background-color: #eaedf0;
-}
-.post-ol {
- list-style-type: decimal-leading-zero;
- padding-top: 1%;
-}
-.post-ol li {
- padding-top: 3%;
-}
-.post-sum p {
- margin: 0;
-}