From afca1010b0e8a2c53409982267350b9eeabd3a48 Mon Sep 17 00:00:00 2001 From: BingoKingo Date: Fri, 3 Apr 2020 22:56:44 +0800 Subject: [PATCH] css --- theme/classic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/classic.php b/theme/classic.php index 89a76ef..bacda17 100644 --- a/theme/classic.php +++ b/theme/classic.php @@ -14,7 +14,7 @@ a{color:#24292e;cursor:pointer;text-decoration:none} ion-icon{font-size:16px;vertical-align:bottom} input{border:none;transition-duration: 0.3s;border-radius:16px;sbackground-color:transparent; color:#24292e} - input:hover{shadow:0 0 6px 0 rgb(128,128,128);background-color:rgba(245,245,245,0.8)} + input:hover{shadow:0 0 6px 0 rgb(128,128,128);background-color:rgba(205,205,245,0.8)} ::-webkit-scrollbar{display:none} .changelanguage{position:absolute;right:5px;} .title{text-align:center;margin-top:1rem;letter-spacing:2px;margin-bottom:2rem}