mirror of
https://github.com/BioArchLinux/hugo-theme-archbio.git
synced 2025-03-10 12:02:42 +00:00
change color
This commit is contained in:
parent
7731e0b2a0
commit
4aed1c35c4
1 changed files with 3 additions and 2 deletions
|
@ -54,7 +54,8 @@
|
|||
}
|
||||
|
||||
/* effect */
|
||||
h1 a:hover span.icon-archlinux {
|
||||
|
||||
a:hover span.icon-archlinux {
|
||||
-webkit-transition: 0.3s ease-in-out;
|
||||
-moz-transition: 0.3s ease-in-out;
|
||||
-o-transition: 0.3s ease-in-out;
|
||||
|
@ -63,7 +64,7 @@ h1 a:hover span.icon-archlinux {
|
|||
-webkit-text-shadow:0px 0px 1px black, 0 0 15px #38b7ea;
|
||||
-o-text-shadow:0px 0px 1px black, 0 0 15px #38b7ea;
|
||||
text-shadow:0px 0px 1px black, 0 0 15px #38b7ea;
|
||||
color:#38b7ea;
|
||||
color:#ffffff;
|
||||
}
|
||||
|
||||
h1 a:hover span.icon-archlinuxjp {
|
||||
|
|
Loading…
Add table
Reference in a new issue