forked from extern/homer
Merge pull request #307 from robinschneider/icon-color
Added custom fontawesome icon color option with link property
This commit is contained in:
commit
d31a9a79c2
@ -52,6 +52,7 @@ colors:
|
|||||||
text-title: "#303030"
|
text-title: "#303030"
|
||||||
text-subtitle: "#424242"
|
text-subtitle: "#424242"
|
||||||
card-shadow: rgba(0, 0, 0, 0.1)
|
card-shadow: rgba(0, 0, 0, 0.1)
|
||||||
|
link: "#3273dc"
|
||||||
link-hover: "#363636"
|
link-hover: "#363636"
|
||||||
background-image: "assets/your/light/bg.png"
|
background-image: "assets/your/light/bg.png"
|
||||||
dark:
|
dark:
|
||||||
@ -65,6 +66,7 @@ colors:
|
|||||||
text-title: "#fafafa"
|
text-title: "#fafafa"
|
||||||
text-subtitle: "#f5f5f5"
|
text-subtitle: "#f5f5f5"
|
||||||
card-shadow: rgba(0, 0, 0, 0.4)
|
card-shadow: rgba(0, 0, 0, 0.4)
|
||||||
|
link: "#3273dc"
|
||||||
link-hover: "#ffdd57"
|
link-hover: "#ffdd57"
|
||||||
background-image: "assets/your/dark/bg.png"
|
background-image: "assets/your/dark/bg.png"
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@ colors:
|
|||||||
text-title: "#303030"
|
text-title: "#303030"
|
||||||
text-subtitle: "#424242"
|
text-subtitle: "#424242"
|
||||||
card-shadow: rgba(0, 0, 0, 0.1)
|
card-shadow: rgba(0, 0, 0, 0.1)
|
||||||
|
link: "#3273dc"
|
||||||
link-hover: "#363636"
|
link-hover: "#363636"
|
||||||
dark:
|
dark:
|
||||||
highlight-primary: "#3367d6"
|
highlight-primary: "#3367d6"
|
||||||
@ -36,6 +37,7 @@ colors:
|
|||||||
text-title: "#fafafa"
|
text-title: "#fafafa"
|
||||||
text-subtitle: "#f5f5f5"
|
text-subtitle: "#f5f5f5"
|
||||||
card-shadow: rgba(0, 0, 0, 0.4)
|
card-shadow: rgba(0, 0, 0, 0.4)
|
||||||
|
link: "#3273dc"
|
||||||
link-hover: "#ffdd57"
|
link-hover: "#ffdd57"
|
||||||
|
|
||||||
# Optional message
|
# Optional message
|
||||||
|
@ -31,6 +31,7 @@ body {
|
|||||||
transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
|
transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
color: var(--link);
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--link-hover);
|
color: var(--link-hover);
|
||||||
}
|
}
|
||||||
|
@ -23,6 +23,7 @@ colors:
|
|||||||
text-title: "#303030"
|
text-title: "#303030"
|
||||||
text-subtitle: "#424242"
|
text-subtitle: "#424242"
|
||||||
card-shadow: rgba(0, 0, 0, 0.1)
|
card-shadow: rgba(0, 0, 0, 0.1)
|
||||||
|
link: "#3273dc"
|
||||||
link-hover: "#363636"
|
link-hover: "#363636"
|
||||||
background-image: ""
|
background-image: ""
|
||||||
dark:
|
dark:
|
||||||
@ -36,6 +37,7 @@ colors:
|
|||||||
text-title: "#fafafa"
|
text-title: "#fafafa"
|
||||||
text-subtitle: "#f5f5f5"
|
text-subtitle: "#f5f5f5"
|
||||||
card-shadow: rgba(0, 0, 0, 0.4)
|
card-shadow: rgba(0, 0, 0, 0.4)
|
||||||
|
link: "#3273dc"
|
||||||
link-hover: "#ffdd57"
|
link-hover: "#ffdd57"
|
||||||
background-image: ""
|
background-image: ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user