Skip to content

Commit

Permalink
Added theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Jul 7, 2022
1 parent 800093b commit 3bb25ec
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
}

.button:hover > .icon {
-webkit-box-shadow: 0px 0px 0px 4px var(--bgColor);
box-shadow: 0px 0px 0px 4px var(--bgColor);
background-color: var(--bgColor) !important;
-webkit-box-shadow: 0px 0px 0px 4px var(--accentColor2);
box-shadow: 0px 0px 0px 4px var(--accentColor2);
background-color: var(--accentColor2) !important;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
Expand Down
Binary file modified preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A LittleLink Custom Theme
Find more themes: https://github.com/JulianPrieber/llc-themes

* Theme Name: Flare
* Theme Name: Sublime
* Theme Version: 1.0
* Theme Date: 2022-07-07
* Theme Author: JulianPrieber
Expand All @@ -17,3 +17,7 @@ Find more themes: https://github.com/JulianPrieber/llc-themes
*
* https://github.com/JulianPrieber2/galaxy
* License: GPLv3

*
* https://github.com/JulianPrieber/flare
* License: GPLv3
5 changes: 3 additions & 2 deletions skeleton-auto.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@
font-size: 100%; }

:root {
--bgColor: #f5af19;
--bgColor2: #f12711;
--bgColor: #f51919;
--bgColor2: #1119f1;
--accentColor2: #881980;
--accentColor: #FFF;
--font: 'Roboto', sans-serif;
--delay: .3s; }
Expand Down

0 comments on commit 3bb25ec

Please sign in to comment.