File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -991,6 +991,16 @@ button.button-scribd{
991991 filter : brightness (90% );
992992}
993993
994+ /* Simplex */
995+ .button .button-simplex {
996+ color : # ffffff ;
997+ background-color : # 0e2b57 ;
998+ }
999+ .button .button-simplex : hover ,
1000+ .button .button-simplex : focus {
1001+ filter : brightness (90% );
1002+ }
1003+
9941004/* Skoob */
9951005.button .button-skoob {
9961006 color : # FFFFFF ;
Original file line number Diff line number Diff line change @@ -929,6 +929,15 @@ public function run()
929929 "group " => "default " ,
930930 "mb " => false ,
931931 ],
932+
933+ [
934+ "name " => "simplex " ,
935+ "alt " => "Simplex " ,
936+ "exclude " => false ,
937+ "group " => "default " ,
938+ "mb " => false ,
939+ ],
940+
932941 ];
933942
934943 Button::insert ($ buttons );
You can’t perform that action at this time.
0 commit comments