1
0
forked from notBrad/bubo-rss

Initial release

This commit is contained in:
George Mandis
2019-11-27 18:17:31 -08:00
parent 8b654f3931
commit 62dd2b559c
9 changed files with 2066 additions and 192 deletions

30
output/style.css Normal file
View File

@@ -0,0 +1,30 @@
body {
font-family:system-ui;
font-size: 18px;
}
details:focus,
details:focus-within,
details:hover {
/* background:#ffeb3b; */
/* outline:2px #000 solid; */
}
details ul li {
}
summary {
cursor:pointer;
}
summary:hover {
opacity:.75;
}
.feed-url {
color:#aaa;
}