git ssb

10+

Matt McKegg / patchwork



Commit 9bb78bcb020ab47a30eec92185b5e502e32d8718

adjust toggle-button font-size

Matt McKegg committed on 6/17/2017, 2:17:55 PM
Parent: 6975c466bb35703e5c76fdd5fef5a2d91e216d4b

Files changed

styles/toggle-button.mcsschanged
styles/toggle-button.mcssView
@@ -1,6 +1,6 @@
11 ToggleButton {
2- font-size: 80%;
2 + font-size: 90%;
33 background: rgb(112, 112, 112);
44 border: 2px solid #313131;
55 transition: opacity 0.2s;
66 opacity: 0.6;
@@ -30,8 +30,9 @@
3030 }
3131
3232 :hover {
3333 opacity: 1
34 + text-decoration: none
3435 }
3536
3637 @svg subscribed {
3738 width: 20px

Built with git-ssb-web