diff --git a/assets/scss/colors.scss b/assets/scss/colors.scss index 2076fc2..4fa1ad5 100644 --- a/assets/scss/colors.scss +++ b/assets/scss/colors.scss @@ -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,15 +229,6 @@ h6 { } h1 { - & a { - &.light { - color: $light-bg; - } - color: $dark-bg; - &:hover { - background-color: transparent; - } - } & #rss-title { background-color: transparent; color: $dark-bg; diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 0595b8e..14e75e0 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -75,27 +75,6 @@ h5, h6 { border-top-right-radius: $radius; border-bottom-right-radius: $radius; - & .uplink { - &:hover { - &::before { - content: " "; - } - } - } - & .with-rss { - &:hover { - &::before { - content: " "; - } - } - } - & .singlepagelink { - &:hover { - &::before{ - content: "./"; - } - } - } & .hash-link { &:hover { cursor: pointer; diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 365a8fb..46c08a9 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -2,7 +2,7 @@
-

{{.Title}} 

+

{{.Title}} 

{{.Content}} @@ -12,7 +12,7 @@ {{ range .Pages }}

- {{.Title}}

{{.Description}}
+ {{.Title}} {{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 5b94809..39e4d70 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,7 +1,7 @@ {{ define "main" }}
-

{{ .Title }}

+

{{ .Title }}

diff --git a/layouts/index.html b/layouts/index.html index b7698ee..f15ee10 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,6 @@ {{ define "main" }}
-

{{.Title}} 

+

{{.Title}} 