These colors were bugging me.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4677 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-12-14 00:02:18 +00:00
parent 1d214f89ed
commit 2f7697b7ec
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{ {
"type": "tildefriends-app", "type": "tildefriends-app",
"emoji": "📝", "emoji": "📝",
"previous": "&58whE4qyKCpHyOXRE/wF78B4oGn9DhJHiJcVMPZB2pU=.sha256" "previous": "&JHopifgZn2TsiMCQY8HUTlDqHEDDviiu2ifvr8HHNwo=.sha256"
} }

View File

@ -242,10 +242,10 @@ class TfCollectionsAppElement extends LitElement {
return html` return html`
<style> <style>
.toc:hover { .toc:hover {
background-color: #f00; background-color: #0cc;
} }
.toc.selected { .toc.selected {
border: 1px solid #fff; background-color: #088;
} }
</style> </style>
<div> <div>