dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=DashboardManager overhaul. A bit easier to modify the output of pages. Sti...
Jake Vanderwerf
2026-06-29
4089ba01e0881c89a72332e13bc3a80b6bddec2a
[jakevan/jvb.git]
/
src
/
simple-calendar
/
style.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
p.empty {
text-align: center;
font-style: italic;
background-color: rgb(var(--base));
border: 2px dashed rgba(var(--base-200));
border-radius: var(--radius);
}
details {
margin: 2rem 0;
h2 {
margin: 0;
}
}