From 294d9ed93b45e61a8adfd5c794ea80debbd6707a Mon Sep 17 00:00:00 2001 From: geun <1416geun@naver.com> Date: Fri, 3 Nov 2023 15:30:23 +0900 Subject: [PATCH] test --- src/assets/css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index 0c70ac1..179b4c3 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -921,4 +921,5 @@ background-size: 75% auto; .reservation-table .state{font-size:1.25rem;font-weight:400} .reservation-table .flight span{display:block;} .reservation-table .seat{display:block;font-size:0.875rem;margin-top:6px;font-weight:400;} -.reservation-table .alltime .start, .reservation-table .alltime .arrive{font-size:1.25rem;font-weight:400;color:#ddd;} \ No newline at end of file +.reservation-table .alltime .start, .reservation-table .alltime .arrive{font-size:1.25rem;font-weight:400;color:#ddd;} +.test{color:red} \ No newline at end of file