Color tweaks

pull/645/head
Tienson Qin 2020-05-08 23:12:15 +08:00
parent 754963cff5
commit 1c590e6e78
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@
[:div.flex.flex-row
[:h1.title
page-name]
[:a.ml-1.text-gray-500.hover:text-indigo-500
{:class (if starred? "text-indigo-500")
[:a.ml-1.text-gray-500.hover:text-gray-700
{:class (if starred? "text-gray-800")
:on-click (fn []
(handler/star-page! page-name starred?))}
(if starred?