fix: feed theme, wrapping, etc
This commit is contained in:
parent
f465f7725c
commit
a92e20a56a
7 changed files with 25 additions and 20 deletions
|
@ -10,6 +10,7 @@
|
|||
</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||
<meta name="color-scheme" content="light dark" />
|
||||
<link rel="stylesheet" href="/assets/styles/index.css" type="text/css" />
|
||||
</head>
|
||||
<body class="feed">
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
.feed {
|
||||
.main-title h1 {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
& .item {
|
||||
&:not(:last-of-type) {
|
||||
border-bottom: var(--border-gray);
|
||||
|
|
Reference in a new issue