mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-17 20:41:00 +01:00
Updated included Theme "Galaxy"
This commit is contained in:
parent
345db0f9cb
commit
663fd9701e
6
themes/galaxy/brands.css
vendored
6
themes/galaxy/brands.css
vendored
@ -71,3 +71,9 @@
|
|||||||
-moz-filter: grayscale(100%);
|
-moz-filter: grayscale(100%);
|
||||||
filter: grayscale(100%);
|
filter: grayscale(100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button:hover .icon {
|
||||||
|
-webkit-filter: invert(100%) grayscale(100%);
|
||||||
|
-moz-filter: invert(100%) grayscale(100%);
|
||||||
|
filter: invert(100%) grayscale(100%);
|
||||||
|
}
|
@ -2,8 +2,8 @@
|
|||||||
Find more themes: https://github.com/JulianPrieber/llc-themes
|
Find more themes: https://github.com/JulianPrieber/llc-themes
|
||||||
|
|
||||||
* Theme Name: Galaxy
|
* Theme Name: Galaxy
|
||||||
* Theme Version: 1.0
|
* Theme Version: 1.2
|
||||||
* Theme Date: 2022-05-19
|
* Theme Date: 2022-05-30
|
||||||
* Theme Author: JulianPrieber
|
* Theme Author: JulianPrieber
|
||||||
* Theme Author URI: https://github.com/JulianPrieber
|
* Theme Author URI: https://github.com/JulianPrieber
|
||||||
* Theme License: GPLv3
|
* Theme License: GPLv3
|
||||||
|
3
themes/galaxy/skeleton-auto.css
vendored
3
themes/galaxy/skeleton-auto.css
vendored
@ -170,7 +170,8 @@
|
|||||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||||
button,
|
button,
|
||||||
.button {
|
.button {
|
||||||
margin-bottom: 1rem; }
|
margin-bottom: 1rem;
|
||||||
|
display: block !important; }
|
||||||
input,
|
input,
|
||||||
textarea,
|
textarea,
|
||||||
select,
|
select,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user