⚡ Adds basic fetch
- 🐛 cors - 🐛 `.env.js`/`ENV`
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
import { css } from "lit";
|
||||
|
||||
export const styles = css`
|
||||
:host {
|
||||
list-style: none;
|
||||
padding: 1rem;
|
||||
border-bottom: 1px solid #eee;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.info {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
color: var(--primary-color, #007bff);
|
||||
}
|
||||
|
||||
time {
|
||||
font-size: 0.85rem;
|
||||
color: #666;
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user