File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 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% ;
Original file line number Diff line number Diff line change 11# A LittleLink Custom Theme
22Find 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
Original file line number Diff line number Diff line change 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 ; }
You can’t perform that action at this time.
0 commit comments