Skip to content

Commit 1d8f6b9

Browse files
committed
Color button working on dark theme (#65)
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent e309100 commit 1d8f6b9

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

content.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
"size": 0
118118
},
119119
"css/dark-common.css": {
120-
"sha512": "9e240b1ef8d99897cecf78067cdacdfc60f4f58c7efec8f29807f24baa2d67f9",
121-
"size": 1120
120+
"sha512": "b42bab16ebd3ba4a67ad0b53f77b9646d08be8c5363fbd895168607cd153ace3",
121+
"size": 1210
122122
},
123123
"css/page-common.css": {
124124
"sha512": "870c9f3c55313affd34613fdcf3179af40c2c9c2e324c0c1fbc0e7be3b6e69f5",
@@ -361,7 +361,7 @@
361361
"size": 8539
362362
},
363363
"index.html": {
364-
"sha512": "c45f5bfac2d8e3c945e9e3de644fa105d674257f8b7ca52f745b4847fe77614f",
364+
"sha512": "db7307f968220dc660ba623dae111c0380204f51e6427c70ebd62cf3115bd3e8",
365365
"size": 26959
366366
},
367367
"js/ZeroFrame.js": {
@@ -547,11 +547,11 @@
547547
},
548548
"ignore": "(^.git)",
549549
"inner_path": "content.json",
550-
"modified": 1541904627,
550+
"modified": 1541904904,
551551
"postmessage_nonce_security": true,
552552
"signers_sign": "GxPcc7gTaIO5FSW0SpB7qerY9S/GUhbzfpFhwN4+XFtcGjd0U9gPPLi0Tm9ddT01FEG1lt/49XGoGPIxz2o81qs=",
553553
"signs": {
554-
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "HI7ekqSlaNPJjoEm5KupyrmVKt2EJylxRMBN+7xySaYqeJmM91NIrrpboLrZ5AHE0oS0gh7wewMq69a9ls3iHBY="
554+
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "HCJZNJJFtQW+iki8MXLbAWcuXUKvDyiB/Ta+y8cL4sSye60EtbDpojBrVnsR48x0rHwue0fC3MW6HMMGs0gJolU="
555555
},
556556
"signs_required": 1,
557557
"title": "Framework.js",

css/dark-common.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ button:not(.md-button):hover {
4747
background: #a7a7a7!important;
4848
color: #000!important;
4949
}
50+
button.color{background:#00A185;color:#fffc;font-weight:bold;padding:10px;font-size:16px}
51+
button.color:hover{background:#ffffffb3;color:#00A185}
5052
.header, header {
5153
background: #00A18570!important;
5254
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ <h1 id="comments"><i class="material-icons">comment</i> Comments <span class="ba
289289

290290
<footer>
291291
<div class="footer-shadow"></div>
292-
<center>Last update in 11/11/2018 at 00:53</center>
292+
<center>Last update in 11/11/2018 at 01:07</center>
293293
<img src="img/seal-1.png" width="167px" height="94px" style="-webkit-user-drag:element;margin-right: 5px;"> <a href="https://plasnerd.github.io/PEHTML/" target="blank" class="no-opacity"><img src="https://plasnerd.github.io/PEHTML/img/seal-2.png" width="167px" height="94px" title="Built with PEHTML" style="-webkit-user-drag:element"></a>
294294
<div class="social-icons"><a href="https://github.com/Plasnerd/Framework.js/" target="blank"><img src="img/social/github.svg" width="40px" height="40px" title="See first the news and improve FrameworkJS in GitHub" alt="GitHub"></a><!-- <a href="https://facebook.com/" target="blank"><img src="img/social/facebook.svg" width="40px" height="40px" title="Like us and receive latest news feed about FrameworkJS progress and other development tools" alt="Facebook"></a>--><!--<a href="https://twitter.com/" target="blank"><img src="img/social/twitter.svg" width="40px" height="40px" title="Follow us and receive latest news feed about FrameworkJS progress and other development tools" alt="Twitter"></a>--><!--<a href="https://.deviantart.com" target="blank"><img src="img/social/deviantart.svg" width="40px" height="40px" title="Follow us and receive latest backgrounds, designs and apps" alt="Deviantart"></a>--></div><div class="social-buttons"></div>
295295
<copyright><center>(c) 2014-2018 <a href="https://plasnerd.github.io/" target="blank"><small>Plasnerd</small></a>. Thanks to <b>Jesus</b>, our Lord.</center></copyright>

0 commit comments

Comments
 (0)