mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-03-10 00:20:06 +01:00
commit
4236a50baa
2
assets/linkstack/css/brands.css
vendored
2
assets/linkstack/css/brands.css
vendored
@ -1154,7 +1154,7 @@ button.button-scribd{
|
||||
/* Twitter */
|
||||
.button.button-twitter {
|
||||
color: #FFFFFF;
|
||||
background-color: #1DA1F2;
|
||||
background-color: #000000;
|
||||
}
|
||||
.button.button-twitter:hover,
|
||||
.button.button-twitter:focus {
|
||||
|
@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#clip0)"><path fill="#fff" d="M23.954 4.38171C23.069 4.78054 22.124 5.05224 21.129 5.1763C22.143 4.54985 22.923 3.56252 23.292 2.38448C22.341 2.9535 21.287 3.36771 20.165 3.5984C19.269 2.61516 17.992 2 16.574 2C13.857 2 11.654 4.25868 11.654 7.04127C11.654 7.44112 11.699 7.8256 11.781 8.19367C7.691 7.9958 4.066 5.98216 1.64 2.93812C1.213 3.67837 0.974 4.53858 0.974 5.47568C0.974 7.22889 1.844 8.76988 3.162 9.67519C2.355 9.64854 1.596 9.42093 0.934 9.04363V9.10617C0.934 11.5514 2.627 13.5907 4.88 14.0552C4.467 14.169 4.031 14.2305 3.584 14.2305C3.27 14.2305 2.969 14.1997 2.668 14.1423C3.299 16.1447 5.113 17.6047 7.272 17.6457C5.592 18.998 3.463 19.8039 1.17 19.8039C0.78 19.8039 0.391 19.7803 0 19.7352C2.189 21.1644 4.768 22 7.557 22C16.611 22 21.556 14.3146 21.556 7.66053C21.556 7.44625 21.556 7.22992 21.541 7.01461C22.502 6.3082 23.341 5.41518 24.001 4.40221L23.954 4.38171Z"/></g><defs><clipPath id="clip0"><rect width="24" height="24" fill="#fff"/></clipPath></defs></svg>
|
||||
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m18.9014 1.16016h3.6802l-8.0401 9.18914 9.4585 12.5044h-7.4059l-5.8006-7.5838-6.63719 7.5838h-3.682384l8.599634-9.8288-9.07356-11.86474h7.59394l5.24326 6.93192zm-1.2916 19.49084h2.0392l-13.16311-17.40381h-2.1883z" fill="#fff"/></svg>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 337 B |
@ -284,7 +284,7 @@ class ButtonSeeder extends Seeder
|
||||
|
||||
[
|
||||
"name" => "twitter",
|
||||
"alt" => "Twitter",
|
||||
"alt" => "X",
|
||||
"exclude" => false,
|
||||
"group" => "default",
|
||||
"mb" => false,
|
||||
|
@ -291,7 +291,7 @@ if (isset($_COOKIE['LinkCount'])) {
|
||||
|
||||
{!!icon('instagram', 'Instagram')!!}
|
||||
|
||||
{!!icon('twitter', 'Twitter')!!}
|
||||
{!!icon('x-twitter', 'X')!!}
|
||||
|
||||
{!!icon('facebook', 'Facebook')!!}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user