Skip to content

Commit 3bb25ec

Browse files
committed
Added theme files
1 parent 800093b commit 3bb25ec

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

brands.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
}
7171

7272
.button:hover > .icon {
73-
-webkit-box-shadow: 0px 0px 0px 4px var(--bgColor);
74-
box-shadow: 0px 0px 0px 4px var(--bgColor);
75-
background-color: var(--bgColor) !important;
73+
-webkit-box-shadow: 0px 0px 0px 4px var(--accentColor2);
74+
box-shadow: 0px 0px 0px 4px var(--accentColor2);
75+
background-color: var(--accentColor2) !important;
7676
border-radius:50%;
7777
-moz-border-radius:50%;
7878
-webkit-border-radius:50%;

preview.png

497 KB
Loading

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# A LittleLink Custom Theme
22
Find more themes: https://github.com/JulianPrieber/llc-themes
33

4-
* Theme Name: Flare
4+
* Theme Name: Sublime
55
* Theme Version: 1.0
66
* Theme Date: 2022-07-07
77
* Theme Author: JulianPrieber
@@ -17,3 +17,7 @@ Find more themes: https://github.com/JulianPrieber/llc-themes
1717
*
1818
* https://github.com/JulianPrieber2/galaxy
1919
* License: GPLv3
20+
21+
*
22+
* https://github.com/JulianPrieber/flare
23+
* License: GPLv3

skeleton-auto.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@
6565
font-size: 100%; }
6666

6767
:root {
68-
--bgColor: #f5af19;
69-
--bgColor2: #f12711;
68+
--bgColor: #f51919;
69+
--bgColor2: #1119f1;
70+
--accentColor2: #881980;
7071
--accentColor: #FFF;
7172
--font: 'Roboto', sans-serif;
7273
--delay: .3s; }

0 commit comments

Comments
 (0)