Skip to content

Commit 6244d36

Browse files
committed
Input style in dark theme (#66)
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent b0ec148 commit 6244d36

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

content.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
"size": 0
118118
},
119119
"css/dark-common.css": {
120-
"sha512": "82e91e5bbf482b9cdf4c1a9da076fe3442171f670be16159319c82b10a0a2b14",
121-
"size": 1696
120+
"sha512": "a5381b28c3ed28ba181b5e8705ba20f117b870c62de253d92ba2e4667c26e6b8",
121+
"size": 2022
122122
},
123123
"css/page-common.css": {
124124
"sha512": "6d0f6c84ef55e211671e2e8145e60a4f7aeda422e88e7e41021153319693eae2",
@@ -547,11 +547,11 @@
547547
},
548548
"ignore": "(^.git)",
549549
"inner_path": "content.json",
550-
"modified": 1541953222,
550+
"modified": 1541954375,
551551
"postmessage_nonce_security": true,
552552
"signers_sign": "GxPcc7gTaIO5FSW0SpB7qerY9S/GUhbzfpFhwN4+XFtcGjd0U9gPPLi0Tm9ddT01FEG1lt/49XGoGPIxz2o81qs=",
553553
"signs": {
554-
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "HAHvQbcV1MdbJoxtkqUMH43xcPTYDsXlddPbbjJBDsNNF+Aom0eg1Tbwt4MUzRLUdtlEyjwZu5FkIbCVVbxs0jE="
554+
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "G3atREtyX3Ge5J7cYnhsPIRZt+lu19mlHrBRmaAmimtOZ06IuykeCV3wxkzZKAx2LvbT4DYGVOYPtrg+UdaZjW8="
555555
},
556556
"signs_required": 1,
557557
"title": "Framework.js",

css/dark-common.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ button:not(.md-button):hover {
5757
}
5858
button.color{background:#00A185!important;color:#fffc!important;font-weight:bold!important;padding:10px!important;font-size:16px!important}
5959
button.color:hover{background:#ffffffb3!important;color:#00A185!important}
60+
.input, input{border:1px solid #8e9194!important;color:#8e9194!important}
61+
.input, input:hover{background:#8e9194!important}
62+
.input, input:focus{background:#d6d6d6!important;color:#000!important}
6063
ul.tiled li p {
6164
color: #fff!important;
6265
}

0 commit comments

Comments
 (0)