From 769f43a6e09ef9c50884a3cda463175ae09d1600 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Thu, 28 Oct 2021 10:31:50 +0800 Subject: Stylize auth page --- jimbrella/static/jimbrella.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jimbrella/static') diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css index 8f694d4..1407253 100644 --- a/jimbrella/static/jimbrella.css +++ b/jimbrella/static/jimbrella.css @@ -60,19 +60,19 @@ input.db-edit { max-width: 10em; } -.error { +.error, .red { background-color: #e89d9d; } -.overdue { +.overdue, .pink { background-color: #e99fd3; } -.lent { +.lent, .blue { background-color: #9fd3e9; } -.available { +.available, .green { background-color: #d3e99f; } -- cgit v1.2.3