Using stylus now
This commit is contained in:
.gitignoreanime.cssapi.goapp.go
components
config.jsongenres.golayout.cssmain.gomain_test.gorouter.gostyles
.gitignoreanimelist.stylbase.stylcolors.stylconfig.stylelements.stylembedded.stylfade.stylfont-awesome.stylforms.stylforum.stylheaders.styllayout.stylloading.stylmobile.stylnavigation.stylreset.stylsettings.stylstaff.styluser.stylvideo.styl
temp
8
styles/config.styl
Normal file
8
styles/config.styl
Normal file
@ -0,0 +1,8 @@
|
||||
mainColor = rgb(248, 165, 130)
|
||||
hoverColor = darken(mainColor, 10%)
|
||||
linkColor = darken(mainColor, 15%)
|
||||
linkHoverColor = darken(hoverColor, 20%)
|
||||
activeLinkColor = rgb(100, 149, 237)
|
||||
uiBorder = 1px solid rgba(0, 0, 0, 0.1)
|
||||
uiBackground = linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.04) 100%)
|
||||
uiHoverBackground = linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.03) 100%)
|
Reference in New Issue
Block a user