/ ‘theme/templates/base.html’

This commit is contained in:
Dooho Yi 2020-05-15 23:59:02 +09:00
parent 60bf5b2f71
commit f727558bc7

View file

@ -31,6 +31,10 @@
margin: 0;
}
.paginator {
opacity: 0.5;
}
article.title {
font-size: 1.2em;
}
@ -42,6 +46,11 @@
h1, h2, h3, h4, h5, h6 {
opacity: 0.5;
}
ul {
padding-bottom: 1em;
padding-inline-start: 2em;
}
</style>
</head>