mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
hover icons for header links
This commit is contained in:
parent
3967fa1027
commit
38b4fbd855
5 changed files with 28 additions and 5 deletions
|
@ -35,7 +35,7 @@ a {
|
|||
color: $dark-ln;
|
||||
}
|
||||
|
||||
.randomword-button{
|
||||
.randomword-button {
|
||||
&.light {
|
||||
border-color: $light-fg;
|
||||
background-color: $light-bg;
|
||||
|
@ -48,7 +48,7 @@ a {
|
|||
border-color: $dark-fg;
|
||||
background-color: $dark-bg;
|
||||
color: $dark-fg;
|
||||
&:hover{
|
||||
&:hover {
|
||||
color: $dark-bg;
|
||||
background-color: $dark-fg;
|
||||
}
|
||||
|
@ -229,6 +229,15 @@ h6 {
|
|||
}
|
||||
|
||||
h1 {
|
||||
& a {
|
||||
&.light {
|
||||
color: $light-bg;
|
||||
}
|
||||
color: $dark-bg;
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
& #rss-title {
|
||||
background-color: transparent;
|
||||
color: $dark-bg;
|
||||
|
|
|
@ -75,6 +75,20 @@ h5,
|
|||
h6 {
|
||||
border-top-right-radius: $radius;
|
||||
border-bottom-right-radius: $radius;
|
||||
& .with-rss {
|
||||
&:hover {
|
||||
&::before {
|
||||
content: " ";
|
||||
}
|
||||
}
|
||||
}
|
||||
& .singlepagelink {
|
||||
&:hover {
|
||||
&::before{
|
||||
content: "./";
|
||||
}
|
||||
}
|
||||
}
|
||||
& .hash-link {
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue