all repos — archie @ 248a66e7127a48a35f7e71f5f85ae9e5dc5d7d06

A minimal Hugo Theme

draft-label tweaks
athul athul8720@gmail.com
Sat, 11 Apr 2020 20:18:23 +0530
commit

248a66e7127a48a35f7e71f5f85ae9e5dc5d7d06

parent

11e76d32e2b744d34c251162d703cd47b303c7d9

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M static/css/main.cssstatic/css/main.css

@@ -214,8 +214,8 @@ .soc:hover{

background-color: hotpink; color: white; } -time .draft-label{ - color: #3700ff; +.draft-label{ + color: var(--bordercl); text-decoration: none; padding: 2px 4px; border-radius: 4px;