File tree 3 files changed +19
-1
lines changed
3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -1317,4 +1317,13 @@ button.button-scribd{
1317
1317
.button .button-xbox : hover ,
1318
1318
.button .button-xbox : focus {
1319
1319
filter : brightness (90% );
1320
+ }
1321
+ /* Threads */
1322
+ .button .button-threads {
1323
+ color : # FFFFFF ;
1324
+ background-color : # 000000 ;
1325
+ }
1326
+ .button .button-threads : hover ,
1327
+ .button .button-threads : focus {
1328
+ filter : brightness (90% );
1320
1329
}
Original file line number Diff line number Diff line change @@ -937,14 +937,22 @@ public function run()
937
937
"group " => "default " ,
938
938
"mb " => false ,
939
939
],
940
-
940
+
941
941
[
942
942
"name " => "xbox " ,
943
943
"alt " => "Xbox " ,
944
944
"exclude " => false ,
945
945
"group " => "default " ,
946
946
"mb " => false ,
947
947
],
948
+
949
+ [
950
+ "name " => "threads " ,
951
+ "alt " => "Threads " ,
952
+ "exclude " => false ,
953
+ "group " => "default " ,
954
+ "mb " => false ,
955
+ ],
948
956
];
949
957
950
958
Button::insert ($ buttons );
You can’t perform that action at this time.
0 commit comments