mirror of
https://github.com/georgemandis/bubo-rss.git
synced 2024-11-05 12:14:23 +00:00
30 lines
321 B
CSS
30 lines
321 B
CSS
|
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;
|
||
|
}
|